Searched refs:bfd_section_alignment (Results 1 – 6 of 6) sorted by relevance
339 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) macro
346 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) macro
7703 Added align_power() macro. Fixed bfd_section_alignment
1484 bfd_section_alignment (obfd, padd->section))) in copy_object()2265 bfd_section_alignment (ibfd, isection))) in setup_section()
332 ret = (bfd_section_alignment (bsec->owner, bsec) in compare_section()333 - bfd_section_alignment (asec->owner, asec)); in compare_section()351 ret = (bfd_section_alignment (bsec->owner, bsec) in compare_section()352 - bfd_section_alignment (asec->owner, asec)); in compare_section()
352 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) macro