Home
last modified time | relevance | path

Searched refs:tocsave_htab (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c3913 htab_t tocsave_htab; member
4176 if (htab->tocsave_htab) in ppc64_elf_link_hash_table_free()
4177 htab_delete (htab->tocsave_htab); in ppc64_elf_link_hash_table_free()
4220 htab->tocsave_htab = htab_try_create (1024, in ppc64_elf_link_hash_table_create()
4224 if (htab->tocsave_htab == NULL) in ppc64_elf_link_hash_table_create()
7367 htab_find_slot_with_hash (htab->tocsave_htab, &ent, hash, insert)); in tocsave_find()
DChangeLog-2011722 (struct ppc_link_hash_table): Add tocsave_htab.
725 (ppc64_elf_link_hash_table_create): Create tocsave_htab..
729 on plt call. If present add prologue nop location to tocsave_htab.