HomeSort by: relevance | last modified time | path
    Searched refs:o_modtype (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/arch/macppc/stand/fixcoff/
fixcoff.c 100 char o_modtype[2]; member in struct:aouthdr
  /src/external/gpl3/binutils/dist/include/coff/
rs6k64.h 58 unsigned char o_modtype[2]; /* module type (??) */ member in struct:__anon8043
rs6000.h 68 unsigned char o_modtype[2]; /* module type (??) */ member in struct:__anon8028
internal.h 254 short o_modtype; /* Module type field, 1R,RE,RO */ member in struct:internal_aouthdr
  /src/external/gpl3/binutils.old/dist/include/coff/
rs6k64.h 58 unsigned char o_modtype[2]; /* module type (??) */ member in struct:__anon9507
rs6000.h 68 unsigned char o_modtype[2]; /* module type (??) */ member in struct:__anon9492
internal.h 264 short o_modtype; /* Module type field, 1R,RE,RO */ member in struct:internal_aouthdr
  /src/external/gpl3/gdb/dist/include/coff/
rs6k64.h 58 unsigned char o_modtype[2]; /* module type (??) */ member in struct:__anon3550
rs6000.h 68 unsigned char o_modtype[2]; /* module type (??) */ member in struct:__anon3535
internal.h 264 short o_modtype; /* Module type field, 1R,RE,RO */ member in struct:internal_aouthdr
  /src/external/gpl3/gdb.old/dist/include/coff/
rs6k64.h 58 unsigned char o_modtype[2]; /* module type (??) */ member in struct:__anon6291
rs6000.h 68 unsigned char o_modtype[2]; /* module type (??) */ member in struct:__anon6276
internal.h 264 short o_modtype; /* Module type field, 1R,RE,RO */ member in struct:internal_aouthdr
  /src/external/gpl3/binutils.old/dist/bfd/
coffswap.h 649 aouthdr_int->o_modtype = H_GET_16 (abfd, aouthdr_ext->o_modtype);
709 H_PUT_16 (abfd, aouthdr_in->o_modtype, aouthdr_out->o_modtype);
coffcode.h 2122 xcoff->modtype = internal_a->o_modtype;
4269 internal_a.o_modtype = xcoff_data (abfd)->modtype;
  /src/external/gpl3/gdb/dist/bfd/
coffswap.h 649 aouthdr_int->o_modtype = H_GET_16 (abfd, aouthdr_ext->o_modtype);
709 H_PUT_16 (abfd, aouthdr_in->o_modtype, aouthdr_out->o_modtype);
coffcode.h 2131 xcoff->modtype = internal_a->o_modtype;
4278 internal_a.o_modtype = xcoff_data (abfd)->modtype;
  /src/external/gpl3/gdb.old/dist/bfd/
coffswap.h 649 aouthdr_int->o_modtype = H_GET_16 (abfd, aouthdr_ext->o_modtype);
709 H_PUT_16 (abfd, aouthdr_in->o_modtype, aouthdr_out->o_modtype);
coffcode.h 2131 xcoff->modtype = internal_a->o_modtype;
4278 internal_a.o_modtype = xcoff_data (abfd)->modtype;
  /src/external/gpl3/binutils/dist/bfd/
coffswap.h 643 aouthdr_int->o_modtype = H_GET_16 (abfd, aouthdr_ext->o_modtype);
703 H_PUT_16 (abfd, aouthdr_in->o_modtype, aouthdr_out->o_modtype);
coffcode.h 2129 xcoff->modtype = internal_a->o_modtype;
4276 internal_a.o_modtype = xcoff_data (abfd)->modtype;
  /src/external/gpl3/binutils/dist/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]);
  /src/external/gpl3/binutils.old/dist/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]);

Completed in 70 milliseconds