Searched refs:S_THREAD_LOCAL_INIT_FUNCTION_POINTERS (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCSectionMachO.h | 101 S_THREAD_LOCAL_INIT_FUNCTION_POINTERS = 0x15U, enumerator 103 LAST_KNOWN_SECTION_TYPE = S_THREAD_LOCAL_INIT_FUNCTION_POINTERS,
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 289 MCSectionMachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS); in ParseSectionDirectiveThreadInitFunc()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectFileInfo.cpp | 59 MCSectionMachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS, in InitMachOMCObjectFileInfo()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 171 S_THREAD_LOCAL_INIT_FUNCTION_POINTERS = 0x15u, enumerator 173 LAST_KNOWN_SECTION_TYPE = S_THREAD_LOCAL_INIT_FUNCTION_POINTERS
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 171 S_THREAD_LOCAL_INIT_FUNCTION_POINTERS = 0x15u, enumerator 173 LAST_KNOWN_SECTION_TYPE = S_THREAD_LOCAL_INIT_FUNCTION_POINTERS
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 171 S_THREAD_LOCAL_INIT_FUNCTION_POINTERS = 0x15u, enumerator 173 LAST_KNOWN_SECTION_TYPE = S_THREAD_LOCAL_INIT_FUNCTION_POINTERS
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 384 MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS); in parseSectionDirectiveThreadInitFunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 444 MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS); in parseSectionDirectiveThreadInitFunc()
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 100 "__DATA", "__thread_init", MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS, in initMachOMCObjectFileInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 102 "__DATA", "__thread_init", MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS, in initMachOMCObjectFileInfo()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7854 else if (section_type == MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS) in PrintSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8253 else if (section_type == MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS) in PrintSection()
|