Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoDarwin.cpp53 case MachO::S_INTERPOSING: in isSectionAtomizableBySymbols()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp70 case S_INTERPOSING: in isHashableForICF()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp88 ENTRY("__DATA", "__interposing", S_INTERPOSING, typeInterposingTuples),
96 ENTRY("", "", S_INTERPOSING, typeInterposingTuples),
H A DMachONormalizedFileYAML.cpp201 llvm::MachO::S_INTERPOSING); in enumeration()
H A DMachONormalizedFileFromAtoms.cpp302 ENTRY("__DATA", "__interposing", S_INTERPOSING, typeInterposingTuples),
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp225 { "Interposing" , MachO::S_INTERPOSING },
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h156 S_INTERPOSING = 0x0du, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8718 else if (section_type == MachO::S_INTERPOSING) in PrintSection()