Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dmach-o.c3358 unsigned bfdalign = bfd_get_section_alignment (abfd, sec); in bfd_mach_o_new_section_hook() local
3380 s->align = xlat->sectalign > bfdalign ? xlat->sectalign in bfd_mach_o_new_section_hook()
3381 : bfdalign; in bfd_mach_o_new_section_hook()