Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/ld/emultempl/
Dtic6xdsbt.em75 asection *asec = *(asection **) a, *bsec = *(asection **) b;
76 asection *aout = asec->output_section, *bout = bsec->output_section;
84 bvma = bout->vma + bsec->output_offset;
Darmelf.em292 asection *asec = *(asection **) a, *bsec = *(asection **) b;
293 asection *aout = asec->output_section, *bout = bsec->output_section;
301 bvma = bout->vma + bsec->output_offset;
/toolchain/binutils/binutils-2.27/bfd/
Delf32-rx.c3188 sec_ptr bsec; in rx_elf_object_p() local
3244 bsec = abfd->sections; in rx_elf_object_p()
3245 while (bsec) in rx_elf_object_p()
3248 && phdr[i].p_vaddr <= bsec->vma in rx_elf_object_p()
3249 && bsec->vma <= phdr[i].p_vaddr + (phdr[i].p_filesz - 1)) in rx_elf_object_p()
3251 bsec->lma = phdr[i].p_paddr + (bsec->vma - phdr[i].p_vaddr); in rx_elf_object_p()
3253 bsec = bsec->next; in rx_elf_object_p()
Delflink.c7649 bfd *bbfd, const asection *bsec) in _bfd_elf_match_sections_by_type() argument
7652 || bsec == NULL in _bfd_elf_match_sections_by_type()
7657 return elf_section_type (asec) == elf_section_type (bsec); in _bfd_elf_match_sections_by_type()
/toolchain/binutils/binutils-2.27/ld/
Dldlang.c417 compare_section (sort_type sort, asection *asec, asection *bsec) in compare_section() argument
431 = get_init_priority (bfd_get_section_name (bsec->owner, bsec)); in compare_section()
441 ret = (bfd_section_alignment (bsec->owner, bsec) in compare_section()
450 bfd_get_section_name (bsec->owner, bsec)); in compare_section()
455 bfd_get_section_name (bsec->owner, bsec)); in compare_section()
461 ret = (bfd_section_alignment (bsec->owner, bsec) in compare_section()