Home | History | Annotate | Download | only in bfd

Lines Matching refs:sym_hash

1072   struct coff_link_hash_entry **sym_hash;
1448 sym_hash = obj_coff_sym_hashes (abfd);
1466 if (*sym_hash != NULL)
1468 BFD_ASSERT ((*sym_hash)->root.type == bfd_link_hash_defined
1469 || (*sym_hash)->root.type == bfd_link_hash_defweak);
1470 BFD_ASSERT ((*sym_hash)->root.u.def.value >= addr
1471 && (*sym_hash)->root.u.def.value < toaddr);
1472 (*sym_hash)->root.u.def.value -= count;
1477 sym_hash += isym.n_numaux + 1;