Home
last modified time | relevance | path

Searched refs:S_THREAD_LOCAL_INIT_FUNCTION_POINTERS (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DMachO.h212 S_THREAD_LOCAL_INIT_FUNCTION_POINTERS = 0x15u, enumerator
214 LAST_KNOWN_SECTION_TYPE = S_THREAD_LOCAL_INIT_FUNCTION_POINTERS
/minix/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp365 MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS); in parseSectionDirectiveThreadInitFunc()
/minix/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp87 MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS, in InitMachOMCObjectFileInfo()
/minix/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3401 else if (section_type == MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS) in PrintSection()