Searched refs:S_INTERPOSING (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmInfoDarwin.cpp | 53 case MachO::S_INTERPOSING: in isSectionAtomizableBySymbols()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | InputSection.cpp | 70 case S_INTERPOSING: in isHashableForICF()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileToAtoms.cpp | 88 ENTRY("__DATA", "__interposing", S_INTERPOSING, typeInterposingTuples), 96 ENTRY("", "", S_INTERPOSING, typeInterposingTuples),
|
| H A D | MachONormalizedFileYAML.cpp | 201 llvm::MachO::S_INTERPOSING); in enumeration()
|
| H A D | MachONormalizedFileFromAtoms.cpp | 302 ENTRY("__DATA", "__interposing", S_INTERPOSING, typeInterposingTuples),
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 225 { "Interposing" , MachO::S_INTERPOSING },
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 156 S_INTERPOSING = 0x0du, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 8718 else if (section_type == MachO::S_INTERPOSING) in PrintSection()
|