Lines Matching refs:sym_sec
6701 asection *sym_sec; in calculate_offset() local
6712 sym_sec = bfd_und_section_ptr; in calculate_offset()
6714 sym_sec = bfd_abs_section_ptr; in calculate_offset()
6716 sym_sec = bfd_com_section_ptr; in calculate_offset()
6718 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx); in calculate_offset()
6719 symval = isym->st_value + sym_sec->output_section->vma in calculate_offset()
6720 + sym_sec->output_offset; in calculate_offset()
6745 sym_sec = h->root.u.def.section; in calculate_offset()
6746 symval = _bfd_merged_section_offset (abfd, &sym_sec, in calculate_offset()
6747 elf_section_data (sym_sec)->sec_info, in calculate_offset()
6749 symval = symval + sym_sec->output_section->vma in calculate_offset()
6750 + sym_sec->output_offset; in calculate_offset()
6776 asection *sym_sec; in calculate_plt_memory_address() local
6781 sym_sec = bfd_und_section_ptr; in calculate_plt_memory_address()
6783 sym_sec = bfd_abs_section_ptr; in calculate_plt_memory_address()
6785 sym_sec = bfd_com_section_ptr; in calculate_plt_memory_address()
6787 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx); in calculate_plt_memory_address()
6788 symval = isym->st_value + sym_sec->output_section->vma in calculate_plt_memory_address()
6789 + sym_sec->output_offset; in calculate_plt_memory_address()
7997 asection *sym_sec; in calculate_memory_address() local
8006 sym_sec = bfd_und_section_ptr; in calculate_memory_address()
8008 sym_sec = bfd_abs_section_ptr; in calculate_memory_address()
8010 sym_sec = bfd_com_section_ptr; in calculate_memory_address()
8012 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx); in calculate_memory_address()
8014 symval = nds32_elf_rela_local_sym (abfd, isym, &sym_sec, &irel_fn); in calculate_memory_address()
8040 sym_sec = h->root.u.def.section; in calculate_memory_address()
8041 symval = _bfd_merged_section_offset (abfd, &sym_sec, elf_section_data in calculate_memory_address()
8042 (sym_sec)->sec_info, h->root.u.def.value); in calculate_memory_address()
8043 symval = symval + sym_sec->output_section->vma in calculate_memory_address()
8044 + sym_sec->output_offset; in calculate_memory_address()
15415 asection *sym_sec; in nds32_elf_ex9_build_hash_table() local
15420 h, sym_sec, relocation, in nds32_elf_ex9_build_hash_table()