Searched refs:indmips (Results 1 – 1 of 1) sorted by relevance
12520 struct mips_elf_link_hash_entry *dirmips, *indmips; in _bfd_mips_elf_copy_indirect_symbol() local12525 indmips = (struct mips_elf_link_hash_entry *) ind; in _bfd_mips_elf_copy_indirect_symbol()12528 if (indmips->has_static_relocs) in _bfd_mips_elf_copy_indirect_symbol()12534 dirmips->possibly_dynamic_relocs += indmips->possibly_dynamic_relocs; in _bfd_mips_elf_copy_indirect_symbol()12535 if (indmips->readonly_reloc) in _bfd_mips_elf_copy_indirect_symbol()12537 if (indmips->no_fn_stub) in _bfd_mips_elf_copy_indirect_symbol()12539 if (indmips->fn_stub) in _bfd_mips_elf_copy_indirect_symbol()12541 dirmips->fn_stub = indmips->fn_stub; in _bfd_mips_elf_copy_indirect_symbol()12542 indmips->fn_stub = NULL; in _bfd_mips_elf_copy_indirect_symbol()12544 if (indmips->need_fn_stub) in _bfd_mips_elf_copy_indirect_symbol()[all …]