Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionMachO.cpp70 ENTRY("no_toc", S_ATTR_NO_TOC)
HDMCObjectFileInfo.cpp55 MachO::S_COALESCED | MachO::S_ATTR_NO_TOC | in initMachOMCObjectFileInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h184 S_ATTR_NO_TOC = 0x40000000u, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp8718 if (section_attributes & MachO::S_ATTR_NO_TOC) in PrintSection()