HomeSort by: relevance | last modified time | path
    Searched defs:tocoff (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
mach-o.h 306 unsigned long tocoff; /* File offset to table of contents. */ member in struct:bfd_mach_o_dysymtab_command
xcofflink.c 6422 bfd_vma tocoff;
6429 tocoff = (h->descriptor->toc_section->output_section->vma
6434 tocoff += h->descriptor->u.toc_offset;
6440 bfd_xcoff_glink_code(output_bfd, 0) | (tocoff & 0xffff), p);
6410 bfd_vma tocoff; local
  /src/external/gpl3/binutils/dist/include/mach-o/
external.h 213 unsigned char tocoff[4]; member in struct:mach_o_dysymtab_command_external
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.h 306 unsigned long tocoff; /* File offset to table of contents. */ member in struct:bfd_mach_o_dysymtab_command
xcofflink.c 6422 bfd_vma tocoff;
6429 tocoff = (h->descriptor->toc_section->output_section->vma
6434 tocoff += h->descriptor->u.toc_offset;
6440 bfd_xcoff_glink_code(output_bfd, 0) | (tocoff & 0xffff), p);
6410 bfd_vma tocoff; local
  /src/external/gpl3/binutils.old/dist/include/mach-o/
external.h 213 unsigned char tocoff[4]; member in struct:mach_o_dysymtab_command_external
  /src/external/gpl3/gdb/dist/bfd/
mach-o.h 306 unsigned long tocoff; /* File offset to table of contents. */ member in struct:bfd_mach_o_dysymtab_command
xcofflink.c 6375 bfd_vma tocoff;
6382 tocoff = (h->descriptor->toc_section->output_section->vma
6387 tocoff += h->descriptor->u.toc_offset;
6393 bfd_xcoff_glink_code(output_bfd, 0) | (tocoff & 0xffff), p);
6363 bfd_vma tocoff; local
  /src/external/gpl3/gdb/dist/include/mach-o/
external.h 213 unsigned char tocoff[4]; member in struct:mach_o_dysymtab_command_external
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.h 306 unsigned long tocoff; /* File offset to table of contents. */ member in struct:bfd_mach_o_dysymtab_command
xcofflink.c 6383 bfd_vma tocoff;
6390 tocoff = (h->descriptor->toc_section->output_section->vma
6395 tocoff += h->descriptor->u.toc_offset;
6401 bfd_xcoff_glink_code(output_bfd, 0) | (tocoff & 0xffff), p);
6371 bfd_vma tocoff; local
  /src/external/gpl3/gdb.old/dist/include/mach-o/
external.h 213 unsigned char tocoff[4]; member in struct:mach_o_dysymtab_command_external
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 711 uint32_t tocoff; member in struct:llvm::MachO::dysymtab_command
1247 sys::swapByteOrder(dst.tocoff);

Completed in 55 milliseconds