Searched refs:o_cputype (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/coff/
H A Drs6000.h54 unsigned char o_cputype[2]; /* cpu type */ member in struct:__anon427
H A Drs6k64.h58 unsigned char o_cputype[2]; /* cpu type */ member in struct:__anon444
H A Dinternal.h236 short o_cputype; /* Encoded CPU type */ member in struct:internal_aouthdr
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoffswap.h646 aouthdr_int->o_cputype = H_GET_16 (abfd, aouthdr_ext->o_cputype);
710 H_PUT_16 (abfd, aouthdr_in->o_cputype, aouthdr_out->o_cputype);
H A Dcoff64-rs6000.c1037 internal_a.o_cputype = xcoff_data (abfd)->cputype;
1043 internal_a.o_cputype = 4;
1047 internal_a.o_cputype = 3;
1049 internal_a.o_cputype = 1;
H A Dcoffcode.h1831 xcoff->cputype = internal_a->o_cputype;
4068 internal_a.o_cputype = xcoff_data (abfd)->cputype;
4074 internal_a.o_cputype = 4;
4078 internal_a.o_cputype = 3;
4080 internal_a.o_cputype = 1;

Completed in 130 milliseconds