Searched refs:S_INTERPOSING (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCAsmInfoDarwin.cpp | 55 case MachO::S_INTERPOSING: in isSectionAtomizableBySymbols()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileToAtoms.cpp | 89 ENTRY("__DATA", "__interposing", S_INTERPOSING, typeInterposingTuples), 97 ENTRY("", "", S_INTERPOSING, typeInterposingTuples),
|
| H A D | MachONormalizedFileYAML.cpp | 202 llvm::MachO::S_INTERPOSING); in enumeration()
|
| H A D | MachONormalizedFileFromAtoms.cpp | 303 ENTRY("__DATA", "__interposing", S_INTERPOSING, typeInterposingTuples),
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 151 S_INTERPOSING = 0x0du, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 8285 else if (section_type == MachO::S_INTERPOSING) in PrintSection()
|