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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 161 unsigned int reloc_only_gotno; member in struct:mips_got_info
4047 = (htab->root.dynsymcount - g->reloc_only_gotno);
4682 because they have relocations against them (reloc_only_gotno). */
4712 g->reloc_only_gotno++;
5102 gg->reloc_only_gotno = gg->global_gotno - g->global_gotno;
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 161 unsigned int reloc_only_gotno; member in struct:mips_got_info
4024 = (htab->root.dynsymcount - g->reloc_only_gotno);
4662 because they have relocations against them (reloc_only_gotno). */
4692 g->reloc_only_gotno++;
5082 gg->reloc_only_gotno = gg->global_gotno - g->global_gotno;
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 161 unsigned int reloc_only_gotno; member in struct:mips_got_info
3978 = (htab->root.dynsymcount - g->reloc_only_gotno);
4616 because they have relocations against them (reloc_only_gotno). */
4646 g->reloc_only_gotno++;
5036 gg->reloc_only_gotno = gg->global_gotno - g->global_gotno;
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 161 unsigned int reloc_only_gotno; member in struct:mips_got_info
3985 = (htab->root.dynsymcount - g->reloc_only_gotno);
4623 because they have relocations against them (reloc_only_gotno). */
4653 g->reloc_only_gotno++;
5043 gg->reloc_only_gotno = gg->global_gotno - g->global_gotno;

Completed in 87 milliseconds