Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/include/coff/
Drs6k64.h55 unsigned char o_algntext[2]; /* .text alignment */ member
Drs6000.h51 unsigned char o_algntext[2]; /* .text alignment */ member
Dinternal.h233 short o_algntext; /* max alignment for text */ member
/freebsd-10-stable/contrib/binutils/bfd/
Dcoffswap.h643 aouthdr_int->o_algntext = H_GET_16 (abfd, aouthdr_ext->o_algntext); in coff_swap_aouthdr_in()
707 H_PUT_16 (abfd, aouthdr_in->o_algntext, aouthdr_out->o_algntext); in coff_swap_aouthdr_out()
Dcoffcode.h1827 bfd_xcoff_text_align_power (abfd) = internal_a->o_algntext; in coff_mkobject_hook()
4034 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec); in coff_write_object_contents()
4039 internal_a.o_algntext = 0; in coff_write_object_contents()
Dcoff64-rs6000.c1002 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
1007 internal_a.o_algntext = 0;