| /netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/ |
| H A D | external.h | 215 unsigned char modtaboff[4]; member
|
| /netbsd-src/external/gpl3/binutils/dist/include/mach-o/ |
| H A D | external.h | 215 unsigned char modtaboff[4]; member
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | mach-o.h | 317 unsigned long modtaboff; /* File offset to module table. */ member
|
| H A D | mach-o.c | 2269 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 D | mach-o.h | 317 unsigned long modtaboff; /* File offset to module table. */ member
|
| H A D | mach-o.c | 2252 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 D | loader.d | 1513 uint modtaboff; in version() local 3032 uint modtaboff; variable
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | od-macho.c | 482 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 D | MachO.h | 713 uint32_t modtaboff; member 1249 sys::swapByteOrder(dst.modtaboff); in swapStruct()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | od-macho.c | 481 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 D | MachOYAML.cpp | 349 IO.mapRequired("modtaboff", LoadCommand.modtaboff); in mapping()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 495 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 D | MachODumper.cpp | 825 W.printNumber("modtaboff", DLC.modtaboff); in printMachODysymtab()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 8884 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()
|