Home
last modified time | relevance | path

Searched refs:indmips (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c12473 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()
[all …]