Home | History | Annotate | Download | only in bfd

Lines Matching refs:sym_hash

1539       struct elf_link_hash_entry *sym_hash = *sym_hashes;
1541 if ((sym_hash->root.type == bfd_link_hash_defined
1542 || sym_hash->root.type == bfd_link_hash_defweak)
1543 && sym_hash->root.u.def.section == sec
1544 && sym_hash->root.u.def.value > addr
1545 && sym_hash->root.u.def.value <= toaddr)
1546 sym_hash->root.u.def.value -= count;
1584 struct elf_link_hash_entry *sym_hash = *sym_hashes;
1585 if ((sym_hash->root.type == bfd_link_hash_defined
1586 || sym_hash->root.type == bfd_link_hash_defweak)
1587 && sym_hash->root.u.def.section == sec
1588 && sym_hash->root.u.def.value == addr)