Searched refs:dirmips (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;
12720 dirmips = (struct mips_elf_link_hash_entry *) dir;
12725 dirmips->has_static_relocs = TRUE;
12730 dirmips->possibly_dynamic_relocs += indmips->possibly_dynamic_relocs;
12732 dirmips->readonly_reloc = TRUE;
12734 dirmips->no_fn_stub = TRUE;
12737 dirmips->fn_stub = indmips->fn_stub;
12742 dirmips->need_fn_stub = TRUE;
12747 dirmips->call_stub = indmips->call_stub;
12752 dirmips
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;
9515 dirmips = (struct mips_elf_link_hash_entry *) dir;
9517 dirmips->possibly_dynamic_relocs += indmips->possibly_dynamic_relocs;
9519 dirmips->readonly_reloc = TRUE;
9521 dirmips->no_fn_stub = TRUE;
9523 if (dirmips->tls_type == 0)
9524 dirmips->tls_type = indmips->tls_type;
9472 struct mips_elf_link_hash_entry *dirmips, *indmips; local

Completed in 200 milliseconds