Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d147 MH_DYLIB_STUB, in version() enumerator
2622 MH_DYLIB_STUB = 0x9, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp302 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()
310 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()
320 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()
329 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()
338 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()
354 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB && in parseSegmentLoadCommand()
771 Obj.getHeader().filetype != MachO::MH_DYLIB_STUB) in checkDylibIdCommand()
1670 getHeader().filetype == MachO::MH_DYLIB_STUB) && in MachOObjectFile()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp95 { "DynamicLibraryStub", MachO::MH_DYLIB_STUB },
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h51 MH_DYLIB_STUB = 0x9u, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp8410 case MachO::MH_DYLIB_STUB: in PrintMachHeader()