Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c4015 htab_t tocsave_htab; member
4280 if (htab->tocsave_htab) in ppc64_elf_link_hash_table_free()
4281 htab_delete (htab->tocsave_htab); in ppc64_elf_link_hash_table_free()
4324 htab->tocsave_htab = htab_try_create (1024, in ppc64_elf_link_hash_table_create()
4328 if (htab->tocsave_htab == NULL) in ppc64_elf_link_hash_table_create()
7552 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.