Searched refs:bsect (Results 1 – 1 of 1) sorted by relevance
3549 asection *bsect = osect->the_bfd_section; in simple_overlay_update_1() local3553 if (cache_ovly_table[i][VMA] == bfd_section_vma (obfd, bsect) in simple_overlay_update_1()3554 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect) in simple_overlay_update_1()3559 if (cache_ovly_table[i][VMA] == bfd_section_vma (obfd, bsect) in simple_overlay_update_1()3560 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect) in simple_overlay_update_1()3610 asection *bsect = osect->the_bfd_section; in simple_overlay_update() local3612 size = bfd_get_section_size (bsect); in simple_overlay_update()3614 if (cache_ovly_table[i][VMA] == bfd_section_vma (obfd, bsect) in simple_overlay_update()3615 && cache_ovly_table[i][LMA] == bfd_section_lma (obfd, bsect) in simple_overlay_update()