Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/ld/
H A Dldlang.c322 compare_section (sort_type sort, asection *asec, asection *bsec) in compare_section() argument
332 ret = (bfd_section_alignment (bsec->owner, bsec) in compare_section()
340 bfd_get_section_name (bsec->owner, bsec)); in compare_section()
345 bfd_get_section_name (bsec->owner, bsec)); in compare_section()
351 ret = (bfd_section_alignment (bsec->owner, bsec) in compare_section()
/freebsd-12.1/contrib/binutils/bfd/
H A Delf.c9215 bfd *bbfd, const asection *bsec) in _bfd_elf_match_sections_by_type() argument
9218 || bsec == NULL in _bfd_elf_match_sections_by_type()
9223 return elf_section_type (asec) == elf_section_type (bsec); in _bfd_elf_match_sections_by_type()