Searched refs:extreloff (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/ |
H A D | external.h | 221 unsigned char extreloff[4]; member
|
/netbsd-src/external/gpl3/binutils/dist/include/mach-o/ |
H A D | external.h | 221 unsigned char extreloff[4]; member
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | mach-o.h | 367 unsigned long extreloff; /* Offset to external relocation entries. */ member
|
H A D | mach-o.c | 1714 if (dysymtab->extreloff > filesize in bfd_mach_o_get_dynamic_reloc_upper_bound() 1715 || dysymtab->nextrel > ((filesize - dysymtab->extreloff) in bfd_mach_o_get_dynamic_reloc_upper_bound() 1762 if (bfd_mach_o_canonicalize_relocs (abfd, dysymtab->extreloff, in bfd_mach_o_canonicalize_dynamic_reloc() 2424 bfd_h_put_32 (abfd, cmd->extreloff, &raw.extreloff); in bfd_mach_o_write_dysymtab() 4341 cmd->extreloff = bfd_h_get_32 (abfd, raw.extreloff); in bfd_mach_o_read_dysymtab()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | mach-o.h | 367 unsigned long extreloff; /* Offset to external relocation entries. */ member
|
H A D | mach-o.c | 1725 if (dysymtab->extreloff > filesize in bfd_mach_o_canonicalize_dynamic_reloc() 1726 || dysymtab->nextrel > ((filesize - dysymtab->extreloff) in bfd_mach_o_canonicalize_dynamic_reloc() 1747 if (bfd_mach_o_canonicalize_relocs (abfd, dysymtab->extreloff, in bfd_mach_o_canonicalize_dynamic_reloc() 2407 bfd_h_put_32 (abfd, cmd->extreloff, &raw.extreloff); in bfd_mach_o_write_dysymtab() 4319 cmd->extreloff = bfd_h_get_32 (abfd, raw.extreloff); in bfd_mach_o_read_dysymtab()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/ |
H A D | loader.d | 1581 uint extreloff; in version() local 3041 uint extreloff; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 554 if (Dysymtab.extreloff > FileSize) in checkDysymtabCommand() 560 BigSize += Dysymtab.extreloff; in checkDysymtabCommand() 566 if (Error Err = checkOverlappingElement(Elements, Dysymtab.extreloff, in checkDysymtabCommand() 4433 Offset = DysymtabLoadCmd.extreloff; // Offset to the external relocations in getRelocation() 4510 Cmd.extreloff = 0; in getDysymtabLoadCommand()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | od-macho.c | 498 dysymtab->extreloff, dysymtab->nextrel); in dump_dysymtab() 500 dysymtab->extreloff + dysymtab->nextrel * BFD_MACH_O_RELENT_SIZE); in dump_dysymtab()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 719 uint32_t extreloff; member 1255 sys::swapByteOrder(dst.extreloff); in swapStruct()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | od-macho.c | 497 dysymtab->extreloff, dysymtab->nextrel); in dump_dysymtab() 499 dysymtab->extreloff + dysymtab->nextrel * BFD_MACH_O_RELENT_SIZE); in dump_dysymtab()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 355 IO.mapRequired("extreloff", LoadCommand.extreloff); in mapping()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 831 W.printNumber("extreloff", DLC.extreloff); in printMachODysymtab()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 8930 outs() << " extreloff " << dyst.extreloff; in PrintDysymtabLoadCommand() 8931 if (dyst.extreloff > object_size) in PrintDysymtabLoadCommand() 8938 big_size += dyst.extreloff; in PrintDysymtabLoadCommand()
|