Searched refs:o_algntext (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/ |
H A D | rs6k64.h | 55 unsigned char o_algntext[2]; /* .text alignment */ member
|
H A D | rs6000.h | 55 unsigned char o_algntext[2]; /* .text alignment */ member
|
H A D | internal.h | 233 short o_algntext; /* max alignment for text */ member
|
/openbsd/gnu/usr.bin/binutils/include/coff/ |
H A D | rs6k64.h | 55 unsigned char o_algntext[2]; /* .text alignment */ member
|
H A D | rs6000.h | 55 unsigned char o_algntext[2]; /* .text alignment */ member
|
H A D | internal.h | 233 short o_algntext; /* max alignment for text */ member
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | coffswap.h | 643 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()
|
H A D | coffcode.h | 1823 bfd_xcoff_text_align_power (abfd) = internal_a->o_algntext; in coff_mkobject_hook() 4026 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec); in coff_write_object_contents() 4031 internal_a.o_algntext = 0; in coff_write_object_contents()
|
H A D | coff64-rs6000.c | 1001 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec); 1006 internal_a.o_algntext = 0;
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | coffswap.h | 701 aouthdr_int->o_algntext = H_GET_16 (abfd, aouthdr_ext->o_algntext); 768 H_PUT_16 (abfd, aouthdr_in->o_algntext, aouthdr_out->o_algntext);
|
H A D | coffcode.h | 1851 bfd_xcoff_text_align_power (abfd) = internal_a->o_algntext; 4173 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec); 4178 internal_a.o_algntext = 0;
|
H A D | coff64-rs6000.c | 1002 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec); 1007 internal_a.o_algntext = 0;
|