Searched refs:eht (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-sparc.c2382 struct elf_link_hash_table *eht = elf_hash_table (info);
2387 dynstr = eht->dynstr;
2420 if (eht->dynlocal == NULL)
2421 eht->dynlocal = entry;
2424 for (e = eht->dynlocal; e->next; e = e->next)
2428 eht->dynsymcount++;
2379 struct elf_link_hash_table *eht = elf_hash_table (info); local
H A Delflink.c537 struct elf_link_hash_table *eht;
599 eht = elf_hash_table (info);
601 entry->next = eht->dynlocal;
602 eht->dynlocal = entry;
605 eht->dynsymcount++;
534 struct elf_link_hash_table *eht; local
/haiku-buildtools/binutils/bfd/
H A Delfxx-sparc.c2795 struct elf_link_hash_table *eht = elf_hash_table (info);
2800 dynstr = eht->dynstr;
2834 if (eht->dynlocal == NULL)
2835 eht->dynlocal = entry;
2838 for (e = eht->dynlocal; e->next; e = e->next)
2842 eht->dynsymcount++;
2792 struct elf_link_hash_table *eht = elf_hash_table (info); local
H A Delflink.c740 struct elf_link_hash_table *eht;
801 eht = elf_hash_table (info);
803 entry->next = eht->dynlocal;
804 eht->dynlocal = entry;
807 eht->dynsymcount++;
737 struct elf_link_hash_table *eht; local

Completed in 306 milliseconds