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