Home | History | Annotate | Download | only in bfd

Lines Matching full:other_align

1313   unsigned int text_align, data_align, other_align;
1379 other_align = 0;
1405 if (sec->alignment_power > other_align)
1406 other_align = sec->alignment_power;
1426 other_ptr = BFD_ALIGN (data_ptr + data, 1 << other_align);