Lines Matching refs:bh
1411 struct bfd_link_hash_entry *bh; in score_elf_create_got_section() local
1439 bh = NULL; in score_elf_create_got_section()
1442 0, NULL, FALSE, get_elf_backend_data (abfd)->collect, &bh))) in score_elf_create_got_section()
1445 h = (struct elf_link_hash_entry *) bh; in score_elf_create_got_section()
1998 struct bfd_link_hash_entry *bh; in score_elf_final_link_relocate() local
2001 bh = bfd_link_hash_lookup (info->hash, "_gp", 0, 0, 1); in score_elf_final_link_relocate()
2002 if (bh != NULL && bh->type == bfd_link_hash_defined) in score_elf_final_link_relocate()
2003 elf_gp (output_bfd) = (bh->u.def.value in score_elf_final_link_relocate()
2004 + bh->u.def.section->output_section->vma in score_elf_final_link_relocate()
2005 + bh->u.def.section->output_offset); in score_elf_final_link_relocate()
3421 struct bfd_link_hash_entry *bh; in s3_bfd_score_elf_create_dynamic_sections() local
3459 bh = NULL; in s3_bfd_score_elf_create_dynamic_sections()
3462 (bfd_vma) 0, NULL, FALSE, get_elf_backend_data (abfd)->collect, &bh))) in s3_bfd_score_elf_create_dynamic_sections()
3465 h = (struct elf_link_hash_entry *)bh; in s3_bfd_score_elf_create_dynamic_sections()