Home
last modified time | relevance | path

Searched refs:S_INTERPOSING (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmInfoDarwin.cpp55 case MachO::S_INTERPOSING: in isSectionAtomizableBySymbols()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp89 ENTRY("__DATA", "__interposing", S_INTERPOSING, typeInterposingTuples),
97 ENTRY("", "", S_INTERPOSING, typeInterposingTuples),
H A DMachONormalizedFileYAML.cpp202 llvm::MachO::S_INTERPOSING); in enumeration()
H A DMachONormalizedFileFromAtoms.cpp303 ENTRY("__DATA", "__interposing", S_INTERPOSING, typeInterposingTuples),
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h151 S_INTERPOSING = 0x0du, enumerator
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8285 else if (section_type == MachO::S_INTERPOSING) in PrintSection()