Lines Matching refs:sym_sec
326 asection *sym_sec; local
330 sym_sec = bfd_und_section_ptr;
332 sym_sec = bfd_abs_section_ptr;
334 sym_sec = bfd_com_section_ptr;
336 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
338 return isym->st_value + BASEADDR (sym_sec);
1111 asection *sym_sec; local
1115 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1120 bfd_vma symval = BASEADDR (sym_sec) + isym->st_value
1170 asection *sym_sec; local
1174 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1176 if (sym_sec == sec)
1184 bfd_vma symval = BASEADDR (sym_sec) + isym->st_value