Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/bfd/
HDbfd-in.h339 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) macro
HDbfd-in2.h346 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) macro
HDChangeLog-91937703 Added align_power() macro. Fixed bfd_section_alignment
/freebsd-11-stable/contrib/binutils/binutils/
HDobjcopy.c1484 bfd_section_alignment (obfd, padd->section))) in copy_object()
2265 bfd_section_alignment (ibfd, isection))) in setup_section()
/freebsd-11-stable/contrib/binutils/ld/
HDldlang.c332 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()
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
HDbfd.h352 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) macro