HomeSort by relevance Sort by last modified time
    Searched refs:o_toc (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/include/coff/
rs6k64.h 49 unsigned char o_toc[8]; /* address of TOC */ member in struct:__anon108549
rs6000.h 59 unsigned char o_toc[4]; /* address of TOC */ member in struct:__anon108530
internal.h 264 bfd_vma o_toc; /* address of TOC */ member in struct:internal_aouthdr
  /toolchain/binutils/binutils-2.25/bfd/
coffswap.h 634 aouthdr_int->o_toc = H_GET_64 (abfd, aouthdr_ext->o_toc);
636 aouthdr_int->o_toc = H_GET_32 (abfd, aouthdr_ext->o_toc);
698 H_PUT_64 (abfd, aouthdr_in->o_toc, aouthdr_out->o_toc);
700 H_PUT_32 (abfd, aouthdr_in->o_toc, aouthdr_out->o_toc);
coffcode.h     [all...]
coff64-rs6000.c 995 internal_a.o_toc = toc;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 479 if (sz == offsetof (AOUTHDR, o_toc))
481 printf (" o_toc: 0x%08x\n",
482 (unsigned int)bfd_h_get_32 (abfd, auxhdr.o_toc));
    [all...]

Completed in 121 milliseconds