Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c10727 struct ppc_branch_hash_entry *br_entry; in ppc_build_one_stub() local
10854 br_entry = ppc_branch_hash_lookup (&htab->branch_hash_table, in ppc_build_one_stub()
10857 if (br_entry == NULL) in ppc_build_one_stub()
10872 htab->brlt->contents + br_entry->offset); in ppc_build_one_stub()
10874 if (br_entry->iter == htab->stub_iteration) in ppc_build_one_stub()
10876 br_entry->iter = 0; in ppc_build_one_stub()
10884 rela.r_offset = (br_entry->offset in ppc_build_one_stub()
10904 r->r_offset = (br_entry->offset in ppc_build_one_stub()
10912 dest = (br_entry->offset in ppc_build_one_stub()
11276 struct ppc_branch_hash_entry *br_entry; in ppc_size_one_stub() local
[all …]