Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp153 case MachO::MH_DYLIB_STUB: in readMachOHeader()
406 case MachO::MH_DYLIB_STUB: in readFile()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp310 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()
318 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()
328 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()
337 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()
346 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()
362 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()
779 Obj.getHeader().filetype != MachO::MH_DYLIB_STUB) in checkDylibIdCommand()
1689 getHeader().filetype == MachO::MH_DYLIB_STUB) && in MachOObjectFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp108 { "DynamicLibraryStub", MachO::MH_DYLIB_STUB },
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h51 MH_DYLIB_STUB = 0x9u, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8284 case MachO::MH_DYLIB_STUB: in PrintMachHeader()