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;
3328 struct elf32_avr_stub_hash_entry *hsh;
3331 hsh = avr_stub_hash_lookup (&htab->bstab, stub_name, true, false);
3333 if (hsh == NULL)
3340 hsh->stub_offset = 0;
3341 return hsh;
3355 struct elf32_avr_stub_hash_entry *hsh;
3367 hsh = avr_stub_hash_entry (bh);
3369 if (!hsh->is_actually_needed)
3378 target = hsh->target_value;
3381 hsh->stub_offset = htab->stub_sec->size;
3382 loc = htab->stub_sec->contents + hsh->stub_offset;
3389 (unsigned int) hsh->stub_offset);
3415 htab->amt_stub_offsets[nr - 1] = hsh->stub_offset;
3427 struct elf32_avr_stub_hash_entry *hsh;
3429 hsh = avr_stub_hash_entry (bh);
3430 hsh->is_actually_needed = false;
3438 struct elf32_avr_stub_hash_entry *hsh;
3443 hsh = avr_stub_hash_entry (bh);
3446 if (hsh->is_actually_needed)
3700 struct elf32_avr_stub_hash_entry *hsh;
3807 hsh = avr_stub_hash_lookup (&htab->bstab,
3810 if (hsh != NULL)
3815 hsh->is_actually_needed = true;
3816 hsh->target_value = destination;
3821 hsh = avr_add_stub (stub_name, htab);
3822 if (hsh == NULL)
3828 hsh->is_actually_needed = true;
3829 hsh->target_value = destination;