Home | History | Annotate | Download | only in bfd

Lines Matching refs:sym_hash

2523       struct elf_link_hash_entry *sym_hash = *sym_hashes;
2525 if ((sym_hash->root.type == bfd_link_hash_defined
2526 || sym_hash->root.type == bfd_link_hash_defweak)
2527 && sym_hash->root.u.def.section == sec
2528 && sym_hash->root.u.def.value > addr
2529 && sym_hash->root.u.def.value < toaddr)
2531 if (sym_hash->root.u.def.value < addr + count)
2532 sym_hash->root.u.def.value = addr;
2534 sym_hash->root.u.def.value -= count;
2537 else if (sym_hash->root.type == bfd_link_hash_defined
2538 && sym_hash->root.u.def.section == sec
2539 && sym_hash->type == STT_FUNC
2540 && sym_hash->root.u.def.value + sym_hash->size > addr
2541 && sym_hash->root.u.def.value + sym_hash->size < toaddr)
2542 sym_hash->size -= count;
2599 struct elf_link_hash_entry *sym_hash = *sym_hashes;
2601 if ((sym_hash->root.type == bfd_link_hash_defined
2602 || sym_hash->root.type == bfd_link_hash_defweak)
2603 && sym_hash->root.u.def.section == sec
2604 && sym_hash->root.u.def.value == addr)
3087 struct elf32_mn10300_link_hash_entry *sym_hash;
3122 sym_hash = (struct elf32_mn10300_link_hash_entry *)
3127 if (sym_hash == NULL)
3130 if (! (sym_hash->flags & MN10300_CONVERT_CALL_TO_CALLS)
3131 && ! (sym_hash->flags & MN10300_DELETED_PROLOGUE_BYTES))
3141 if (sym_hash->movm_args)
3144 if (sym_hash->stack_size > 0)
3146 if (sym_hash->stack_size <= 128)
3154 sym_hash->flags |= MN10300_DELETED_PROLOGUE_BYTES;
3177 struct elf32_mn10300_link_hash_entry *sym_hash;
3179 sym_hash = (struct elf32_mn10300_link_hash_entry *) *hashes;
3180 if ((sym_hash->root.root.type == bfd_link_hash_defined
3181 || sym_hash->root.root.type == bfd_link_hash_defweak)
3182 && sym_hash->root.root.u.def.section == section
3183 && ! (sym_hash->flags & MN10300_CONVERT_CALL_TO_CALLS)
3184 && ! (sym_hash->flags & MN10300_DELETED_PROLOGUE_BYTES))
3196 if (sym_hash->movm_args)
3199 if (sym_hash->stack_size > 0)
3201 if (sym_hash->stack_size <= 128)
3209 sym_hash->flags |= MN10300_DELETED_PROLOGUE_BYTES;
3212 symval = sym_hash->root.root.u.def.value;
3228 if (h != sym_hash