Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
HDDylibReader.cpp155 case MachO::MH_DYLIB_STUB: in readMachOHeader()
411 case MachO::MH_DYLIB_STUB: in readFile()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.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-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDMachODumper.cpp108 { "DynamicLibraryStub", MachO::MH_DYLIB_STUB },
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h51 MH_DYLIB_STUB = 0x9u, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp8396 case MachO::MH_DYLIB_STUB: in PrintMachHeader()