Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf64-ppc.c2737 struct ppc_branch_hash_entry { struct
2882 ((struct ppc_branch_hash_entry *) \
2932 entry = bfd_hash_allocate (table, sizeof (struct ppc_branch_hash_entry)); in branch_hash_newfunc()
2941 struct ppc_branch_hash_entry *eh; in branch_hash_newfunc()
2944 eh = (struct ppc_branch_hash_entry *) entry; in branch_hash_newfunc()
6208 struct ppc_branch_hash_entry *br_entry; in ppc_build_one_stub()
6496 struct ppc_branch_hash_entry *br_entry; in ppc_size_one_stub()
H A DChangeLog-02039269 (struct ppc_branch_hash_entry): New.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-ppc.c3281 struct ppc_branch_hash_entry { struct
3441 ((struct ppc_branch_hash_entry *) \
3491 entry = bfd_hash_allocate (table, sizeof (struct ppc_branch_hash_entry)); in branch_hash_newfunc()
3500 struct ppc_branch_hash_entry *eh; in branch_hash_newfunc()
3503 eh = (struct ppc_branch_hash_entry *) entry; in branch_hash_newfunc()
3567 sizeof (struct ppc_branch_hash_entry))) in ppc64_elf_link_hash_table_create()
8205 struct ppc_branch_hash_entry *br_entry; in ppc_build_one_stub()
8573 struct ppc_branch_hash_entry *br_entry; in ppc_size_one_stub()
H A DChangeLog-02039269 (struct ppc_branch_hash_entry): New.