HomeSort by: relevance | last modified time | path
    Searched refs:nextrel (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/mach-o/
external.h 222 unsigned char nextrel[4]; member in struct:mach_o_dysymtab_command_external
237 unsigned char nextrel[4]; member in struct:mach_o_dylib_module_external
255 unsigned char nextrel[4]; member in struct:mach_o_dylib_module_64_external
  /src/external/gpl3/binutils.old/dist/include/mach-o/
external.h 222 unsigned char nextrel[4]; member in struct:mach_o_dysymtab_command_external
237 unsigned char nextrel[4]; member in struct:mach_o_dylib_module_external
255 unsigned char nextrel[4]; member in struct:mach_o_dylib_module_64_external
  /src/external/gpl3/gdb.old/dist/include/mach-o/
external.h 222 unsigned char nextrel[4]; member in struct:mach_o_dysymtab_command_external
237 unsigned char nextrel[4]; member in struct:mach_o_dylib_module_external
255 unsigned char nextrel[4]; member in struct:mach_o_dylib_module_64_external
  /src/external/gpl3/gdb/dist/include/mach-o/
external.h 222 unsigned char nextrel[4]; member in struct:mach_o_dysymtab_command_external
237 unsigned char nextrel[4]; member in struct:mach_o_dylib_module_external
255 unsigned char nextrel[4]; member in struct:mach_o_dylib_module_64_external
  /src/external/gpl3/binutils/dist/bfd/
mach-o.h 229 unsigned long nextrel; member in struct:bfd_mach_o_dylib_module
348 case the presents of this load command who's extreloff, nextrel,
368 unsigned long nextrel; /* Number of external relocation entries. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 1718 || dysymtab->nextrel > ((filesize - dysymtab->extreloff)
1728 if (dysymtab->nextrel + dysymtab->nlocrel < dysymtab->nextrel
1729 || _bfd_mul_overflow (dysymtab->nextrel + dysymtab->nlocrel,
1736 return (dysymtab->nextrel + dysymtab->nlocrel + 1) * sizeof (arelent *);
1751 if (dysymtab->nextrel == 0 && dysymtab->nlocrel == 0)
1760 size_t amt = (dysymtab->nextrel + dysymtab->nlocrel) * sizeof (arelent);
1766 dysymtab->nextrel, res, syms) < 0)
1774 res + dysymtab->nextrel, syms) < 0)
1784 for (i = 0; i < dysymtab->nextrel + dysymtab->nlocrel; i++
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.h 229 unsigned long nextrel; member in struct:bfd_mach_o_dylib_module
348 case the presents of this load command who's extreloff, nextrel,
368 unsigned long nextrel; /* Number of external relocation entries. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 1717 || dysymtab->nextrel > ((filesize - dysymtab->extreloff)
1727 if (dysymtab->nextrel + dysymtab->nlocrel < dysymtab->nextrel
1728 || _bfd_mul_overflow (dysymtab->nextrel + dysymtab->nlocrel,
1735 return (dysymtab->nextrel + dysymtab->nlocrel + 1) * sizeof (arelent *);
1750 if (dysymtab->nextrel == 0 && dysymtab->nlocrel == 0)
1759 size_t amt = (dysymtab->nextrel + dysymtab->nlocrel) * sizeof (arelent);
1765 dysymtab->nextrel, res, syms) < 0)
1773 res + dysymtab->nextrel, syms) < 0)
1783 for (i = 0; i < dysymtab->nextrel + dysymtab->nlocrel; i++
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.h 229 unsigned long nextrel; member in struct:bfd_mach_o_dylib_module
348 case the presents of this load command who's extreloff, nextrel,
368 unsigned long nextrel; /* Number of external relocation entries. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 1715 || dysymtab->nextrel > ((filesize - dysymtab->extreloff)
1725 if (dysymtab->nextrel + dysymtab->nlocrel < dysymtab->nextrel
1726 || _bfd_mul_overflow (dysymtab->nextrel + dysymtab->nlocrel,
1733 return (dysymtab->nextrel + dysymtab->nlocrel + 1) * sizeof (arelent *);
1748 if (dysymtab->nextrel == 0 && dysymtab->nlocrel == 0)
1757 size_t amt = (dysymtab->nextrel + dysymtab->nlocrel) * sizeof (arelent);
1763 dysymtab->nextrel, res, syms) < 0)
1771 res + dysymtab->nextrel, syms) < 0)
1781 for (i = 0; i < dysymtab->nextrel + dysymtab->nlocrel; i++
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
mach-o.h 229 unsigned long nextrel; member in struct:bfd_mach_o_dylib_module
348 case the presents of this load command who's extreloff, nextrel,
368 unsigned long nextrel; /* Number of external relocation entries. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 1717 || dysymtab->nextrel > ((filesize - dysymtab->extreloff)
1727 if (dysymtab->nextrel + dysymtab->nlocrel < dysymtab->nextrel
1728 || _bfd_mul_overflow (dysymtab->nextrel + dysymtab->nlocrel,
1735 return (dysymtab->nextrel + dysymtab->nlocrel + 1) * sizeof (arelent *);
1750 if (dysymtab->nextrel == 0 && dysymtab->nlocrel == 0)
1759 size_t amt = (dysymtab->nextrel + dysymtab->nlocrel) * sizeof (arelent);
1765 dysymtab->nextrel, res, syms) < 0)
1773 res + dysymtab->nextrel, syms) < 0)
1783 for (i = 0; i < dysymtab->nextrel + dysymtab->nlocrel; i++
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d 1561 * extreloff, nextrel, locreloff and nlocrel fields are non-zero
1584 uint nextrel;
1658 uint nextrel;
1723 uint nextrel;
3042 uint nextrel;
3072 uint nextrel;
3093 uint nextrel;
  /src/external/gpl3/binutils/dist/binutils/
od-macho.c 499 dysymtab->extreloff, dysymtab->nextrel);
501 dysymtab->extreloff + dysymtab->nextrel * BFD_MACH_O_RELENT_SIZE);
539 module->iextrel, module->nextrel);
  /src/external/gpl3/binutils.old/dist/binutils/
od-macho.c 499 dysymtab->extreloff, dysymtab->nextrel);
501 dysymtab->extreloff + dysymtab->nextrel * BFD_MACH_O_RELENT_SIZE);
539 module->iextrel, module->nextrel);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 720 uint32_t nextrel; member in struct:llvm::MachO::dysymtab_command
739 uint32_t nextrel; member in struct:llvm::MachO::dylib_module
755 uint32_t nextrel; member in struct:llvm::MachO::dylib_module_64
1256 sys::swapByteOrder(dst.nextrel);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOLayoutBuilder.cpp 307 MLC.dysymtab_command_data.nextrel != 0)
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp 356 IO.mapRequired("nextrel", LoadCommand.nextrel);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 832 W.printNumber("nextrel", DLC.nextrel);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 558 BigSize = Dysymtab.nextrel;
562 return malformedError("extreloff field plus nextrel field times sizeof"
567 Dysymtab.nextrel *
2106 Ret.d.b = DysymtabLoadCmd.nextrel; // Index into the external relocations
4511 Cmd.nextrel = 0;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 984 if (Dysymtab.nextrel != 0) {
985 outs() << "External relocation information " << Dysymtab.nextrel
8935 outs() << " nextrel " << dyst.nextrel;
8936 big_size = dyst.nextrel;

Completed in 85 milliseconds