Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmInfoDarwin.cpp53 case MachO::S_INTERPOSING: in isSectionAtomizableBySymbols()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp238 { "Interposing" , MachO::S_INTERPOSING },
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h158 S_INTERPOSING = 0x0du, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1573 case S_INTERPOSING: // section with only pairs of function pointers for in GetSectionType()
3319 case S_INTERPOSING: in ParseSymtab()
4200 case S_INTERPOSING: in ParseSymtab()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp9011 else if (section_type == MachO::S_INTERPOSING) in PrintSection()