Displaying 5 results from an estimated 5 matches for "__cfstring".
2008 Nov 23
2
[LLVMdev] RFC: Mangling Unnamed Global Values
...Right now the Mangler::getValueName() method will produce something
like "__unnamed_1_37" for a global value that doesn't have a name.
This is wrong for Objective-C where CFStrings will get these labels,
thus preventing the linker from coalescing them.
[/tmp]> nm -s __DATA __cfstring -m foo.o
00000000000244d0 (__DATA,__cfstring) non-external __unnamed_1_0
00000000000244b0 (__DATA,__cfstring) non-external __unnamed_1_1
...
I think that prepending the PrivateGlobalPrefix to these names would
be the way to go. My question is whether getValueName() should do the
prepending or...
2008 Nov 24
0
[LLVMdev] RFC: Mangling Unnamed Global Values
...ngler::getValueName() method will produce something
> like "__unnamed_1_37" for a global value that doesn't have a name.
> This is wrong for Objective-C where CFStrings will get these labels,
> thus preventing the linker from coalescing them.
>
> [/tmp]> nm -s __DATA __cfstring -m foo.o
> 00000000000244d0 (__DATA,__cfstring) non-external __unnamed_1_0
> 00000000000244b0 (__DATA,__cfstring) non-external __unnamed_1_1
> ...
>
> I think that prepending the PrivateGlobalPrefix to these names would
> be the way to go. My question is whether getValueName() sho...
2008 Nov 24
2
[LLVMdev] RFC: Mangling Unnamed Global Values
...) method will produce something
>> like "__unnamed_1_37" for a global value that doesn't have a name.
>> This is wrong for Objective-C where CFStrings will get these labels,
>> thus preventing the linker from coalescing them.
>>
>> [/tmp]> nm -s __DATA __cfstring -m foo.o
>> 00000000000244d0 (__DATA,__cfstring) non-external __unnamed_1_0
>> 00000000000244b0 (__DATA,__cfstring) non-external __unnamed_1_1
>> ...
>>
>> I think that prepending the PrivateGlobalPrefix to these names would
>> be the way to go. My question is wh...
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
...[0x930cea0d]
2 HALPlugInManagement::Initialize() + 286 (in CoreAudio) [0x930ceb42]
2 HALPlugInManagement::RegisterPlugIns() + 51 (in CoreAudio) [0x930ced79]
1 HALPlugInManagement::OpenPlugInsInDirectory(__CFString const*, char const*) + 177 (in CoreAudio) [0x930cf56d]
1 readdir_r$INODE64 + 76 (in libSystem.B.dylib) [0x93704f47]
1 __getdirentries64 + 10 (in libSystem.B.dylib) [0x936e0e9a]
1 HALPlugInMan...
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...1 _CGSLockWindow
1 CGSShmemGuardLock
1 CGSShmemGuardLock
1 CUIRenderer::CreateImage(long, CUIContext const*,
CGRect*, float*, long*, unsigned char*)
1 __CFString::Create(__CFDictionary const*,
__CFString const*, ...)
1 CFStringCreateWithFormatAndArguments
1 _CFStringCreateWithFormatAndArgumentsAux
1 _CFStringAppendFormatAndArgumentsAux...