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

  /toolchain/binutils/binutils-2.25/include/coff/
rs6k64.h 56 unsigned char o_algntext[2]; /* .text alignment */ member in struct:__anon116023
rs6000.h 66 unsigned char o_algntext[2]; /* .text alignment */ member in struct:__anon116004
internal.h 271 short o_algntext; /* max alignment for text */ member in struct:internal_aouthdr
  /toolchain/binutils/binutils-2.25/bfd/
coffswap.h 644 aouthdr_int->o_algntext = H_GET_16 (abfd, aouthdr_ext->o_algntext);
708 H_PUT_16 (abfd, aouthdr_in->o_algntext, aouthdr_out->o_algntext);
coff64-rs6000.c 965 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
970 internal_a.o_algntext = 0;
    [all...]
coffcode.h     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 495 printf (" o_algntext: %u\n",
496 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_algntext));
    [all...]

Completed in 68 milliseconds