Searched refs:o_algntext (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/coff/
H A Drs6000.h51 unsigned char o_algntext[2]; /* .text alignment */ member in struct:__anon427
H A Drs6k64.h55 unsigned char o_algntext[2]; /* .text alignment */ member in struct:__anon444
H A Dinternal.h233 short o_algntext; /* max alignment for text */ member in struct:internal_aouthdr
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoffswap.h643 aouthdr_int->o_algntext = H_GET_16 (abfd, aouthdr_ext->o_algntext);
707 H_PUT_16 (abfd, aouthdr_in->o_algntext, aouthdr_out->o_algntext);
H A Dcoff64-rs6000.c1002 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
1007 internal_a.o_algntext = 0;
H A Dcoffcode.h1828 bfd_xcoff_text_align_power (abfd) = internal_a->o_algntext;
3158 So even though the filepos may be aligned wrt the o_algntext, for
4035 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
4040 internal_a.o_algntext = 0;

Completed in 201 milliseconds