Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-ppc.c7953 struct ppc_branch_hash_entry *br_entry; in ppc_build_one_stub() local
8073 br_entry = ppc_branch_hash_lookup (&htab->branch_hash_table, in ppc_build_one_stub()
8076 if (br_entry == NULL) in ppc_build_one_stub()
8089 htab->brlt->contents + br_entry->offset); in ppc_build_one_stub()
8097 rela.r_offset = (br_entry->offset in ppc_build_one_stub()
8108 off = (br_entry->offset in ppc_build_one_stub()
8315 struct ppc_branch_hash_entry *br_entry; in ppc_size_one_stub() local
8317 br_entry = ppc_branch_hash_lookup (&htab->branch_hash_table, in ppc_size_one_stub()
8320 if (br_entry == NULL) in ppc_size_one_stub()
8328 if (br_entry->iter != htab->stub_iteration) in ppc_size_one_stub()
[all …]