Home | History | Annotate | Download | only in bfd

Lines Matching refs:sym_hash

1353       struct elf_link_hash_entry *sym_hash = *sym_hashes;
1369 /* If the current symbol is identical to 'sym_hash', that means
1371 if (*cur_sym_hashes == sym_hash)
1379 if ((sym_hash->root.type == bfd_link_hash_defined
1380 || sym_hash->root.type == bfd_link_hash_defweak)
1381 && sym_hash->root.u.def.section == sec
1382 && sym_hash->root.u.def.value > addr
1383 && sym_hash->root.u.def.value < toaddr)
1384 sym_hash->root.u.def.value -= count;