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

  /toolchain/binutils/binutils-2.25/include/coff/
rs6k64.h 54 unsigned char o_snloader[2]; /* section number of .loader section */ member in struct:__anon116023
rs6000.h 64 unsigned char o_snloader[2]; /* section number of .loader section */ member in struct:__anon116004
internal.h 269 short o_snloader; /* section number for loader section */ member in struct:internal_aouthdr
  /toolchain/binutils/binutils-2.25/bfd/
coffswap.h 642 aouthdr_int->o_snloader = H_GET_16 (abfd, aouthdr_ext->o_snloader);
706 H_PUT_16 (abfd, aouthdr_in->o_snloader, aouthdr_out->o_snloader);
coff64-rs6000.c 986 internal_a.o_snloader = loader_sec->target_index;
988 internal_a.o_snloader = 0;
    [all...]
coffcode.h     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 491 printf (" o_snloader: 0x%04x\n",
492 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_snloader));
    [all...]

Completed in 68 milliseconds