Home | History | Annotate | Download | only in bfd

Lines Matching refs:sym_hash

683       struct elf_link_hash_entry *sym_hash = *sym_hashes;
700 /* If the current symbol is identical to 'sym_hash', that means
702 if (*cur_sym_hashes == sym_hash)
710 if ((sym_hash->root.type == bfd_link_hash_defined
711 || sym_hash->root.type == bfd_link_hash_defweak)
712 && sym_hash->root.u.def.section == sec
713 && sym_hash->root.u.def.value > addr
714 && sym_hash->root.u.def.value < toaddr)
715 sym_hash->root.u.def.value -= count;