Searched refs:S_THREAD_LOCAL_VARIABLES (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCSectionMachO.h95 /// S_THREAD_LOCAL_VARIABLES - Section with thread local variable structure
97 S_THREAD_LOCAL_VARIABLES = 0x13U, enumerator in enum:llvm::MCSectionMachO::__anon9958
/macosx-10.9.5/dyld-239.4/src/
H A DthreadLocalVariables.c60 #ifndef S_THREAD_LOCAL_VARIABLES
61 #define S_THREAD_LOCAL_VARIABLES 0x13 macro
283 if ( (sect->flags & SECTION_TYPE) == S_THREAD_LOCAL_VARIABLES ) {
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h201 S_THREAD_LOCAL_VARIABLES */
495 #define S_THREAD_LOCAL_VARIABLES 0x13 /* TLV descriptors */ macro
1463 * Sections of type S_THREAD_LOCAL_VARIABLES contain an array
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h201 S_THREAD_LOCAL_VARIABLES */
496 #define S_THREAD_LOCAL_VARIABLES 0x13 /* TLV descriptors */ macro
1475 * Sections of type S_THREAD_LOCAL_VARIABLES contain an array
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCObjectFileInfo.cpp54 MCSectionMachO::S_THREAD_LOCAL_VARIABLES,
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/MCParser/
H A DDarwinAsmParser.cpp292 MCSectionMachO::S_THREAD_LOCAL_VARIABLES);
/macosx-10.9.5/cctools-845/as/
H A Dread.c256 { "thread_local_variables", S_THREAD_LOCAL_VARIABLES },
368 S_THREAD_LOCAL_VARIABLES },
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2644 else if(section_type == S_THREAD_LOCAL_VARIABLES)
2645 printf(" S_THREAD_LOCAL_VARIABLES\n");

Completed in 206 milliseconds