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

  /src/external/gpl3/binutils/dist/include/mach-o/
external.h 215 unsigned char modtaboff[4]; member in struct:mach_o_dysymtab_command_external
  /src/external/gpl3/binutils.old/dist/include/mach-o/
external.h 215 unsigned char modtaboff[4]; member in struct:mach_o_dysymtab_command_external
  /src/external/gpl3/gdb.old/dist/include/mach-o/
external.h 215 unsigned char modtaboff[4]; member in struct:mach_o_dysymtab_command_external
  /src/external/gpl3/gdb/dist/include/mach-o/
external.h 215 unsigned char modtaboff[4]; member in struct:mach_o_dysymtab_command_external
  /src/external/gpl3/binutils/dist/bfd/
mach-o.h 317 unsigned long modtaboff; /* File offset to module table. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2272 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0)
2421 bfd_h_put_32 (abfd, cmd->modtaboff, &raw.modtaboff);
4329 cmd->modtaboff = bfd_h_get_32 (abfd, raw.modtaboff);
4348 if (cmd->modtaboff > filesize
4349 || cmd->nmodtab > (filesize - cmd->modtaboff) / module_len)
4364 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0)
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.h 317 unsigned long modtaboff; /* File offset to module table. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2271 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0)
2420 bfd_h_put_32 (abfd, cmd->modtaboff, &raw.modtaboff);
4328 cmd->modtaboff = bfd_h_get_32 (abfd, raw.modtaboff);
4347 if (cmd->modtaboff > filesize
4348 || cmd->nmodtab > (filesize - cmd->modtaboff) / module_len)
4363 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0)
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.h 317 unsigned long modtaboff; /* File offset to module table. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2269 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0)
2418 bfd_h_put_32 (abfd, cmd->modtaboff, &raw.modtaboff);
4326 cmd->modtaboff = bfd_h_get_32 (abfd, raw.modtaboff);
4345 if (cmd->modtaboff > filesize
4346 || cmd->nmodtab > (filesize - cmd->modtaboff) / module_len)
4361 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0)
  /src/external/gpl3/gdb/dist/bfd/
mach-o.h 317 unsigned long modtaboff; /* File offset to module table. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c 2271 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0)
2420 bfd_h_put_32 (abfd, cmd->modtaboff, &raw.modtaboff);
4328 cmd->modtaboff = bfd_h_get_32 (abfd, raw.modtaboff);
4347 if (cmd->modtaboff > filesize
4348 || cmd->nmodtab > (filesize - cmd->modtaboff) / module_len)
4363 if (bfd_seek (abfd, cmd->modtaboff, SEEK_SET) != 0)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d 1513 uint modtaboff;
3032 uint modtaboff;
  /src/external/gpl3/binutils/dist/binutils/
od-macho.c 483 dysymtab->modtaboff, dysymtab->nmodtab);
485 dysymtab->modtaboff + dysymtab->nmodtab
  /src/external/gpl3/binutils.old/dist/binutils/
od-macho.c 483 dysymtab->modtaboff, dysymtab->nmodtab);
485 dysymtab->modtaboff + dysymtab->nmodtab
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp 349 IO.mapRequired("modtaboff", LoadCommand.modtaboff);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 825 W.printNumber("modtaboff", DLC.modtaboff);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 713 uint32_t modtaboff; member in struct:llvm::MachO::dysymtab_command
1249 sys::swapByteOrder(dst.modtaboff);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 495 if (Dysymtab.modtaboff > FileSize)
496 return malformedError("modtaboff field of LC_DYSYMTAB command " +
510 BigSize += Dysymtab.modtaboff;
512 return malformedError("modtaboff field plus nmodtab field times sizeof(" +
516 if (Error Err = checkOverlappingElement(Elements, Dysymtab.modtaboff,
4504 Cmd.modtaboff = 0;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 8884 outs() << " modtaboff " << dyst.modtaboff;
8885 if (dyst.modtaboff > object_size)
8894 modtabend += dyst.modtaboff;
8898 modtabend += dyst.modtaboff;

Completed in 87 milliseconds