Home | History | Annotate | Download | only in bfd

Lines Matching refs:hsh

826       struct elf32_avr_stub_hash_entry *hsh;
829 hsh = avr_stub_hash_entry (entry);
830 hsh->stub_offset = 0;
831 hsh->target_value = 0;
3329 struct elf32_avr_stub_hash_entry *hsh;
3332 hsh = avr_stub_hash_lookup (&htab->bstab, stub_name, true, false);
3334 if (hsh == NULL)
3341 hsh->stub_offset = 0;
3342 return hsh;
3356 struct elf32_avr_stub_hash_entry *hsh;
3368 hsh = avr_stub_hash_entry (bh);
3370 if (!hsh->is_actually_needed)
3379 target = hsh->target_value;
3382 hsh->stub_offset = htab->stub_sec->size;
3383 loc = htab->stub_sec->contents + hsh->stub_offset;
3390 (unsigned int) hsh->stub_offset);
3416 htab->amt_stub_offsets[nr - 1] = hsh->stub_offset;
3428 struct elf32_avr_stub_hash_entry *hsh;
3430 hsh = avr_stub_hash_entry (bh);
3431 hsh->is_actually_needed = false;
3439 struct elf32_avr_stub_hash_entry *hsh;
3444 hsh = avr_stub_hash_entry (bh);
3447 if (hsh->is_actually_needed)
3701 struct elf32_avr_stub_hash_entry *hsh;
3808 hsh = avr_stub_hash_lookup (&htab->bstab,
3811 if (hsh != NULL)
3816 hsh->is_actually_needed = true;
3817 hsh->target_value = destination;
3822 hsh = avr_add_stub (stub_name, htab);
3823 if (hsh == NULL)
3829 hsh->is_actually_needed = true;
3830 hsh->target_value = destination;