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

  /toolchain/binutils/binutils-2.25/include/coff/
rs6k64.h 59 unsigned char o_cputype[2]; /* cpu type */ member in struct:__anon116023
rs6000.h 69 unsigned char o_cputype[2]; /* cpu type */ member in struct:__anon116004
internal.h 274 short o_cputype; /* Encoded CPU type */ member in struct:internal_aouthdr
  /toolchain/binutils/binutils-2.25/bfd/
coffswap.h 647 aouthdr_int->o_cputype = H_GET_16 (abfd, aouthdr_ext->o_cputype);
711 H_PUT_16 (abfd, aouthdr_in->o_cputype, aouthdr_out->o_cputype);
coff64-rs6000.c 1000 internal_a.o_cputype = xcoff_data (abfd)->cputype;
1006 internal_a.o_cputype = 4;
1010 internal_a.o_cputype = 3;
1012 internal_a.o_cputype = 2;
1014 internal_a.o_cputype = 1;
    [all...]
coffcode.h     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 504 printf (" o_cputype: 0x%04x\n",
505 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_cputype));
    [all...]

Completed in 744 milliseconds