Lines Matching refs:hh
3628 struct elf_link_hash_entry *hh; in elf32_avr_size_stubs() local
3646 hh = NULL; in elf32_avr_size_stubs()
3673 hh = elf_sym_hashes (input_bfd)[e_indx]; in elf32_avr_size_stubs()
3675 while (hh->root.type == bfd_link_hash_indirect in elf32_avr_size_stubs()
3676 || hh->root.type == bfd_link_hash_warning) in elf32_avr_size_stubs()
3677 hh = (struct elf_link_hash_entry *) in elf32_avr_size_stubs()
3678 (hh->root.u.i.link); in elf32_avr_size_stubs()
3680 if (hh->root.type == bfd_link_hash_defined in elf32_avr_size_stubs()
3681 || hh->root.type == bfd_link_hash_defweak) in elf32_avr_size_stubs()
3683 sym_sec = hh->root.u.def.section; in elf32_avr_size_stubs()
3684 sym_value = hh->root.u.def.value; in elf32_avr_size_stubs()
3690 else if (hh->root.type == bfd_link_hash_undefweak) in elf32_avr_size_stubs()
3695 else if (hh->root.type == bfd_link_hash_undefined) in elf32_avr_size_stubs()
3698 && (ELF_ST_VISIBILITY (hh->other) in elf32_avr_size_stubs()