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

  /toolchain/binutils/binutils-2.25/include/coff/
rs6k64.h 58 unsigned char o_modtype[2]; /* module type (??) */ member in struct:__anon108549
rs6000.h 68 unsigned char o_modtype[2]; /* module type (??) */ member in struct:__anon108530
internal.h 273 short o_modtype; /* Module type field, 1R,RE,RO */ member in struct:internal_aouthdr
  /toolchain/binutils/binutils-2.25/bfd/
coffswap.h 646 aouthdr_int->o_modtype = H_GET_16 (abfd, aouthdr_ext->o_modtype);
710 H_PUT_16 (abfd, aouthdr_in->o_modtype, aouthdr_out->o_modtype);
coffcode.h     [all...]
coff64-rs6000.c 998 internal_a.o_modtype = xcoff_data (abfd)->modtype;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 499 printf (" o_modtype: 0x%04x",
500 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_modtype));
501 if (ISPRINT (auxhdr.o_modtype[0]) && ISPRINT (auxhdr.o_modtype[1]))
502 printf (" (%c%c)", auxhdr.o_modtype[0], auxhdr.o_modtype[1]);
    [all...]

Completed in 191 milliseconds