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

  /toolchain/binutils/binutils-2.25/include/coff/
rs6k64.h 53 unsigned char o_sntoc[2]; /* section number of TOC */ member in struct:__anon116023
rs6000.h 63 unsigned char o_sntoc[2]; /* section number of TOC */ member in struct:__anon116004
internal.h 268 short o_sntoc; /* section number for toc */ member in struct:internal_aouthdr
  /toolchain/binutils/binutils-2.25/bfd/
coffswap.h 641 aouthdr_int->o_sntoc = H_GET_16 (abfd, aouthdr_ext->o_sntoc);
705 H_PUT_16 (abfd, aouthdr_in->o_sntoc, aouthdr_out->o_sntoc);
coffcode.h     [all...]
coff64-rs6000.c 996 internal_a.o_sntoc = xcoff_data (abfd)->sntoc;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 489 printf (" o_sntoc: 0x%04x\n",
490 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_sntoc));
    [all...]

Completed in 2764 milliseconds