Lines Matching refs:sym_sec

1827                asection *sym_sec;  in elf32_avr_relax_delete_bytes()  local
1830 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx); in elf32_avr_relax_delete_bytes()
1834 if (sym_sec == sec) in elf32_avr_relax_delete_bytes()
1836 symval += sym_sec->output_section->vma in elf32_avr_relax_delete_bytes()
1837 + sym_sec->output_offset; in elf32_avr_relax_delete_bytes()
2089 asection *sym_sec; in elf32_avr_relax_section() local
2092 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx); in elf32_avr_relax_section()
2096 if (sym_sec) in elf32_avr_relax_section()
2097 symval += sym_sec->output_section->vma in elf32_avr_relax_section()
2098 + sym_sec->output_offset; in elf32_avr_relax_section()
2514 asection *sym_sec; in elf32_avr_relax_section() local
2518 sym_sec = bfd_section_from_elf_index in elf32_avr_relax_section()
2526 if (sym_sec) in elf32_avr_relax_section()
2529 sym_sec->output_section->vma in elf32_avr_relax_section()
2530 + sym_sec->output_offset; in elf32_avr_relax_section()
3127 asection *sym_sec; in elf32_avr_size_stubs() local
3145 sym_sec = NULL; in elf32_avr_size_stubs()
3163 sym_sec = hdr->bfd_section; in elf32_avr_size_stubs()
3165 + sym_sec->output_offset in elf32_avr_size_stubs()
3166 + sym_sec->output_section->vma); in elf32_avr_size_stubs()
3185 sym_sec = hh->root.u.def.section; in elf32_avr_size_stubs()
3187 if (sym_sec->output_section != NULL) in elf32_avr_size_stubs()
3189 + sym_sec->output_offset in elf32_avr_size_stubs()
3190 + sym_sec->output_section->vma); in elf32_avr_size_stubs()
3227 stub_name = avr_stub_name (sym_sec, sym_value, irela); in elf32_avr_size_stubs()