Lines Matching refs:indmips

12520   struct mips_elf_link_hash_entry *dirmips, *indmips;  in _bfd_mips_elf_copy_indirect_symbol()  local
12525 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()
12547 indmips->need_fn_stub = FALSE; in _bfd_mips_elf_copy_indirect_symbol()
12549 if (indmips->call_stub) in _bfd_mips_elf_copy_indirect_symbol()
12551 dirmips->call_stub = indmips->call_stub; in _bfd_mips_elf_copy_indirect_symbol()
12552 indmips->call_stub = NULL; in _bfd_mips_elf_copy_indirect_symbol()
12554 if (indmips->call_fp_stub) in _bfd_mips_elf_copy_indirect_symbol()
12556 dirmips->call_fp_stub = indmips->call_fp_stub; in _bfd_mips_elf_copy_indirect_symbol()
12557 indmips->call_fp_stub = NULL; in _bfd_mips_elf_copy_indirect_symbol()
12559 if (indmips->global_got_area < dirmips->global_got_area) in _bfd_mips_elf_copy_indirect_symbol()
12560 dirmips->global_got_area = indmips->global_got_area; in _bfd_mips_elf_copy_indirect_symbol()
12561 if (indmips->global_got_area < GGA_NONE) in _bfd_mips_elf_copy_indirect_symbol()
12562 indmips->global_got_area = GGA_NONE; in _bfd_mips_elf_copy_indirect_symbol()
12563 if (indmips->has_nonpic_branches) in _bfd_mips_elf_copy_indirect_symbol()