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

  /toolchain/binutils/binutils-2.27/include/coff/
rs6k64.h 51 unsigned char o_sntext[2]; /* section number of .text section */ member in struct:__anon4609
rs6000.h 61 unsigned char o_sntext[2]; /* section number of .text section */ member in struct:__anon4590
internal.h 266 short o_sntext; /* section number for text */ member in struct:internal_aouthdr
  /toolchain/binutils/binutils-2.27/bfd/
coffswap.h 639 aouthdr_int->o_sntext = H_GET_16 (abfd, aouthdr_ext->o_sntext);
703 H_PUT_16 (abfd, aouthdr_in->o_sntext, aouthdr_out->o_sntext);
coff64-rs6000.c 962 internal_a.o_sntext = text_sec->target_index;
967 internal_a.o_sntext = 0;
    [all...]
coffcode.h     [all...]
  /toolchain/binutils/binutils-2.27/binutils/
od-xcoff.c 485 printf (" o_sntext: 0x%04x\n",
486 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_sntext));
    [all...]

Completed in 809 milliseconds