Home
last modified time | relevance | path

Searched refs:modtaboff (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/
H A Dexternal.h215 unsigned char modtaboff[4]; member
/netbsd-src/external/gpl3/binutils/dist/include/mach-o/
H A Dexternal.h215 unsigned char modtaboff[4]; member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dmach-o.h317 unsigned long modtaboff; /* File offset to module table. */ member
H A Dmach-o.c2269 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0) in bfd_mach_o_write_dysymtab()
2418 bfd_h_put_32 (abfd, cmd->modtaboff, &raw.modtaboff); in bfd_mach_o_write_dysymtab()
4335 cmd->modtaboff = bfd_h_get_32 (abfd, raw.modtaboff); in bfd_mach_o_read_dysymtab()
4354 if (cmd->modtaboff > filesize in bfd_mach_o_read_dysymtab()
4355 || cmd->nmodtab > (filesize - cmd->modtaboff) / module_len) in bfd_mach_o_read_dysymtab()
4370 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0) in bfd_mach_o_read_dysymtab()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.h317 unsigned long modtaboff; /* File offset to module table. */ member
H A Dmach-o.c2252 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0) in bfd_mach_o_write_dysymtab()
2401 bfd_h_put_32 (abfd, cmd->modtaboff, &raw.modtaboff); in bfd_mach_o_write_dysymtab()
4313 cmd->modtaboff = bfd_h_get_32 (abfd, raw.modtaboff); in bfd_mach_o_read_dysymtab()
4332 if (cmd->modtaboff > filesize in bfd_mach_o_read_dysymtab()
4333 || cmd->nmodtab > (filesize - cmd->modtaboff) / module_len) in bfd_mach_o_read_dysymtab()
4348 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0) in bfd_mach_o_read_dysymtab()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d1513 uint modtaboff; in version() local
3032 uint modtaboff; variable
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-macho.c482 dysymtab->modtaboff, dysymtab->nmodtab); in dump_dysymtab()
484 dysymtab->modtaboff + dysymtab->nmodtab in dump_dysymtab()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h713 uint32_t modtaboff; member
1249 sys::swapByteOrder(dst.modtaboff); in swapStruct()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-macho.c481 dysymtab->modtaboff, dysymtab->nmodtab); in dump_dysymtab()
483 dysymtab->modtaboff + dysymtab->nmodtab in dump_dysymtab()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp349 IO.mapRequired("modtaboff", LoadCommand.modtaboff); in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp495 if (Dysymtab.modtaboff > FileSize) in checkDysymtabCommand()
510 BigSize += Dysymtab.modtaboff; in checkDysymtabCommand()
516 if (Error Err = checkOverlappingElement(Elements, Dysymtab.modtaboff, in checkDysymtabCommand()
4504 Cmd.modtaboff = 0; in getDysymtabLoadCommand()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp825 W.printNumber("modtaboff", DLC.modtaboff); in printMachODysymtab()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp8884 outs() << " modtaboff " << dyst.modtaboff; in PrintDysymtabLoadCommand()
8885 if (dyst.modtaboff > object_size) in PrintDysymtabLoadCommand()
8894 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()
8898 modtabend += dyst.modtaboff; in PrintDysymtabLoadCommand()