Lines Matching refs:extsymoff
4991 size_t extsymoff; in mips_elf_local_relocation_p() local
4995 extsymoff = (elf_bad_symtab (input_bfd)) ? 0 : symtab_hdr->sh_info; in mips_elf_local_relocation_p()
4997 if (r_symndx < extsymoff) in mips_elf_local_relocation_p()
5269 size_t extsymoff; in mips_elf_calculate_relocation() local
5302 extsymoff = symtab_hdr->sh_info; in mips_elf_calculate_relocation()
5307 extsymoff = 0; in mips_elf_calculate_relocation()
5350 elf_sym_hashes (input_bfd) [r_symndx - extsymoff]); in mips_elf_calculate_relocation()
7913 size_t extsymoff; in _bfd_mips_elf_check_relocs() local
7932 extsymoff = (elf_bad_symtab (abfd)) ? 0 : symtab_hdr->sh_info; in _bfd_mips_elf_check_relocs()
7958 if (r_symndx < extsymoff in _bfd_mips_elf_check_relocs()
7959 || sym_hashes[r_symndx - extsymoff] == NULL) in _bfd_mips_elf_check_relocs()
8039 sym_hashes[r_symndx - extsymoff]); in _bfd_mips_elf_check_relocs()
8083 if (r_symndx < extsymoff in _bfd_mips_elf_check_relocs()
8084 || sym_hashes[r_symndx - extsymoff] == NULL) in _bfd_mips_elf_check_relocs()
8162 sym_hashes[r_symndx - extsymoff]); in _bfd_mips_elf_check_relocs()
8202 if (r_symndx < extsymoff) in _bfd_mips_elf_check_relocs()
8204 else if (r_symndx >= extsymoff + NUM_SHDR_ENTRIES (symtab_hdr)) in _bfd_mips_elf_check_relocs()
8214 h = sym_hashes[r_symndx - extsymoff]; in _bfd_mips_elf_check_relocs()
8724 size_t extsymoff; in _bfd_mips_relax_section() local
8743 extsymoff = (elf_bad_symtab (abfd)) ? 0 : symtab_hdr->sh_info; in _bfd_mips_relax_section()
8763 if (r_symndx >= extsymoff) in _bfd_mips_relax_section()
8767 elf_sym_hashes (abfd) [r_symndx - extsymoff]); in _bfd_mips_relax_section()
10039 unsigned long extsymoff; in _bfd_mips_elf_relocate_section() local
10041 extsymoff = 0; in _bfd_mips_elf_relocate_section()
10043 extsymoff = symtab_hdr->sh_info; in _bfd_mips_elf_relocate_section()
10044 h = elf_sym_hashes (input_bfd) [r_symndx - extsymoff]; in _bfd_mips_elf_relocate_section()