HomeSort by: relevance | last modified time | path
    Searched defs:indmips (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 13125 struct mips_elf_link_hash_entry *dirmips, *indmips;
13130 indmips = (struct mips_elf_link_hash_entry *) ind;
13133 if (indmips->has_static_relocs)
13139 dirmips->possibly_dynamic_relocs += indmips->possibly_dynamic_relocs;
13140 if (indmips->readonly_reloc)
13142 if (indmips->no_fn_stub)
13144 if (indmips->fn_stub)
13146 dirmips->fn_stub = indmips->fn_stub;
13147 indmips->fn_stub = NULL;
13149 if (indmips->need_fn_stub
13087 struct mips_elf_link_hash_entry *dirmips, *indmips; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 13099 struct mips_elf_link_hash_entry *dirmips, *indmips;
13104 indmips = (struct mips_elf_link_hash_entry *) ind;
13107 if (indmips->has_static_relocs)
13113 dirmips->possibly_dynamic_relocs += indmips->possibly_dynamic_relocs;
13114 if (indmips->readonly_reloc)
13116 if (indmips->no_fn_stub)
13118 if (indmips->fn_stub)
13120 dirmips->fn_stub = indmips->fn_stub;
13121 indmips->fn_stub = NULL;
13123 if (indmips->need_fn_stub
13061 struct mips_elf_link_hash_entry *dirmips, *indmips; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 12994 struct mips_elf_link_hash_entry *dirmips, *indmips;
12999 indmips = (struct mips_elf_link_hash_entry *) ind;
13002 if (indmips->has_static_relocs)
13008 dirmips->possibly_dynamic_relocs += indmips->possibly_dynamic_relocs;
13009 if (indmips->readonly_reloc)
13011 if (indmips->no_fn_stub)
13013 if (indmips->fn_stub)
13015 dirmips->fn_stub = indmips->fn_stub;
13016 indmips->fn_stub = NULL;
13018 if (indmips->need_fn_stub
12956 struct mips_elf_link_hash_entry *dirmips, *indmips; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 13007 struct mips_elf_link_hash_entry *dirmips, *indmips;
13012 indmips = (struct mips_elf_link_hash_entry *) ind;
13015 if (indmips->has_static_relocs)
13021 dirmips->possibly_dynamic_relocs += indmips->possibly_dynamic_relocs;
13022 if (indmips->readonly_reloc)
13024 if (indmips->no_fn_stub)
13026 if (indmips->fn_stub)
13028 dirmips->fn_stub = indmips->fn_stub;
13029 indmips->fn_stub = NULL;
13031 if (indmips->need_fn_stub
12969 struct mips_elf_link_hash_entry *dirmips, *indmips; local
    [all...]

Completed in 58 milliseconds