Lines Matching refs:indmips
12473 struct mips_elf_link_hash_entry *dirmips, *indmips; in _bfd_mips_elf_copy_indirect_symbol() local
12478 indmips = (struct mips_elf_link_hash_entry *) ind; in _bfd_mips_elf_copy_indirect_symbol()
12481 if (indmips->has_static_relocs) in _bfd_mips_elf_copy_indirect_symbol()
12487 dirmips->possibly_dynamic_relocs += indmips->possibly_dynamic_relocs; in _bfd_mips_elf_copy_indirect_symbol()
12488 if (indmips->readonly_reloc) in _bfd_mips_elf_copy_indirect_symbol()
12490 if (indmips->no_fn_stub) in _bfd_mips_elf_copy_indirect_symbol()
12492 if (indmips->fn_stub) in _bfd_mips_elf_copy_indirect_symbol()
12494 dirmips->fn_stub = indmips->fn_stub; in _bfd_mips_elf_copy_indirect_symbol()
12495 indmips->fn_stub = NULL; in _bfd_mips_elf_copy_indirect_symbol()
12497 if (indmips->need_fn_stub) in _bfd_mips_elf_copy_indirect_symbol()
12500 indmips->need_fn_stub = FALSE; in _bfd_mips_elf_copy_indirect_symbol()
12502 if (indmips->call_stub) in _bfd_mips_elf_copy_indirect_symbol()
12504 dirmips->call_stub = indmips->call_stub; in _bfd_mips_elf_copy_indirect_symbol()
12505 indmips->call_stub = NULL; in _bfd_mips_elf_copy_indirect_symbol()
12507 if (indmips->call_fp_stub) in _bfd_mips_elf_copy_indirect_symbol()
12509 dirmips->call_fp_stub = indmips->call_fp_stub; in _bfd_mips_elf_copy_indirect_symbol()
12510 indmips->call_fp_stub = NULL; in _bfd_mips_elf_copy_indirect_symbol()
12512 if (indmips->global_got_area < dirmips->global_got_area) in _bfd_mips_elf_copy_indirect_symbol()
12513 dirmips->global_got_area = indmips->global_got_area; in _bfd_mips_elf_copy_indirect_symbol()
12514 if (indmips->global_got_area < GGA_NONE) in _bfd_mips_elf_copy_indirect_symbol()
12515 indmips->global_got_area = GGA_NONE; in _bfd_mips_elf_copy_indirect_symbol()
12516 if (indmips->has_nonpic_branches) in _bfd_mips_elf_copy_indirect_symbol()