Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSectionMachO.cpp59 ENTRY("no_toc", S_ATTR_NO_TOC)
DMCObjectFileInfo.cpp54 MachO::S_COALESCED | MachO::S_ATTR_NO_TOC | in initMachOMCObjectFileInfo()
/external/llvm/include/llvm/Support/
DMachO.h227 S_ATTR_NO_TOC = 0x40000000u, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7497 if (section_attributes & MachO::S_ATTR_NO_TOC) in PrintSection()