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

/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c12716 struct mips_elf_link_hash_entry *dirmips, *indmips;
12721 indmips = (struct mips_elf_link_hash_entry *) ind;
12724 if (indmips->has_static_relocs)
12730 dirmips->possibly_dynamic_relocs += indmips->possibly_dynamic_relocs;
12731 if (indmips->readonly_reloc)
12733 if (indmips->no_fn_stub)
12735 if (indmips->fn_stub)
12737 dirmips->fn_stub = indmips->fn_stub;
12738 indmips->fn_stub = NULL;
12740 if (indmips
12677 struct mips_elf_link_hash_entry *dirmips, *indmips; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c9508 struct mips_elf_link_hash_entry *dirmips, *indmips;
9516 indmips = (struct mips_elf_link_hash_entry *) ind;
9517 dirmips->possibly_dynamic_relocs += indmips->possibly_dynamic_relocs;
9518 if (indmips->readonly_reloc)
9520 if (indmips->no_fn_stub)
9524 dirmips->tls_type = indmips->tls_type;
9472 struct mips_elf_link_hash_entry *dirmips, *indmips; local

Completed in 86 milliseconds