• Home
  • Raw
  • Download

Lines Matching refs:r_symndx

827       unsigned long r_symndx;  in or1k_elf_relocate_section()  local
837 r_symndx = ELF32_R_SYM (rel->r_info); in or1k_elf_relocate_section()
854 if (r_symndx < symtab_hdr->sh_info) in or1k_elf_relocate_section()
856 sym = local_syms + r_symndx; in or1k_elf_relocate_section()
857 sec = local_sections[r_symndx]; in or1k_elf_relocate_section()
869 r_symndx, symtab_hdr, sym_hashes, in or1k_elf_relocate_section()
944 && local_got_offsets[r_symndx] != (bfd_vma) -1); in or1k_elf_relocate_section()
947 off = local_got_offsets[r_symndx]; in or1k_elf_relocate_section()
979 local_got_offsets[r_symndx] |= 1; in or1k_elf_relocate_section()
1007 if (r_symndx == STN_UNDEF in or1k_elf_relocate_section()
1120 gotoff = local_got_offsets[r_symndx]; in or1k_elf_relocate_section()
1121 local_got_offsets[r_symndx] |= 3; in or1k_elf_relocate_section()
1327 unsigned long r_symndx; in or1k_elf_gc_sweep_hook() local
1330 r_symndx = ELF32_R_SYM (rel->r_info); in or1k_elf_gc_sweep_hook()
1331 if (r_symndx >= symtab_hdr->sh_info) in or1k_elf_gc_sweep_hook()
1333 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in or1k_elf_gc_sweep_hook()
1349 if (local_got_refcounts && local_got_refcounts[r_symndx] > 0) in or1k_elf_gc_sweep_hook()
1350 local_got_refcounts[r_symndx]--; in or1k_elf_gc_sweep_hook()
1434 unsigned long r_symndx; in or1k_elf_check_relocs() local
1437 r_symndx = ELF32_R_SYM (rel->r_info); in or1k_elf_check_relocs()
1438 if (r_symndx < symtab_hdr->sh_info) in or1k_elf_check_relocs()
1442 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in or1k_elf_check_relocs()
1495 local_tls_type[r_symndx] = tls_type; in or1k_elf_check_relocs()
1562 local_got_refcounts[r_symndx] += 1; in or1k_elf_check_relocs()
1675 abfd, r_symndx); in or1k_elf_check_relocs()