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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 4606 struct mips_got_info oldg;
4608 oldg = *g;
4616 *g = oldg;
4617 g->got_entries = htab_create (htab_size (oldg.got_entries),
4623 htab_traverse (oldg.got_entries, mips_elf_recreate_got, &tga);
4627 htab_delete (oldg.got_entries);
4590 struct mips_got_info oldg; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 4586 struct mips_got_info oldg;
4588 oldg = *g;
4596 *g = oldg;
4597 g->got_entries = htab_create (htab_size (oldg.got_entries),
4603 htab_traverse (oldg.got_entries, mips_elf_recreate_got, &tga);
4607 htab_delete (oldg.got_entries);
4570 struct mips_got_info oldg; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 4540 struct mips_got_info oldg;
4542 oldg = *g;
4550 *g = oldg;
4551 g->got_entries = htab_create (htab_size (oldg.got_entries),
4557 htab_traverse (oldg.got_entries, mips_elf_recreate_got, &tga);
4561 htab_delete (oldg.got_entries);
4524 struct mips_got_info oldg; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 4547 struct mips_got_info oldg;
4549 oldg = *g;
4557 *g = oldg;
4558 g->got_entries = htab_create (htab_size (oldg.got_entries),
4564 htab_traverse (oldg.got_entries, mips_elf_recreate_got, &tga);
4568 htab_delete (oldg.got_entries);
4531 struct mips_got_info oldg; local

Completed in 65 milliseconds