Searched refs:bfdalign (Results 1 – 1 of 1) sorted by relevance
3260 unsigned bfdalign = bfd_get_section_alignment (abfd, sec); in bfd_mach_o_new_section_hook() local3282 s->align = xlat->sectalign > bfdalign ? xlat->sectalign in bfd_mach_o_new_section_hook()3283 : bfdalign; in bfd_mach_o_new_section_hook()