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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf64-sparc.c1894 struct elf_link_hash_table *eht = elf_hash_table (info);
1925 dynstr = eht->dynstr;
1958 if (eht->dynlocal == NULL)
1959 eht->dynlocal = entry;
1962 for (e = eht->dynlocal; e->next; e = e->next)
1966 eht->dynsymcount++;
1888 struct elf_link_hash_table *eht = elf_hash_table (info); local
H A Delflink.c510 struct elf_link_hash_table *eht;
572 eht = elf_hash_table (info);
574 entry->next = eht->dynlocal;
575 eht->dynlocal = entry;
578 eht->dynsymcount++;
507 struct elf_link_hash_table *eht; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-sparc.c2364 struct elf_link_hash_table *eht = elf_hash_table (info);
2369 dynstr = eht->dynstr;
2402 if (eht->dynlocal == NULL)
2403 eht->dynlocal = entry;
2406 for (e = eht->dynlocal; e->next; e = e->next)
2410 eht->dynsymcount++;
2361 struct elf_link_hash_table *eht = elf_hash_table (info); local
H A Delflink.c555 struct elf_link_hash_table *eht;
617 eht = elf_hash_table (info);
619 entry->next = eht->dynlocal;
620 eht->dynlocal = entry;
623 eht->dynsymcount++;
552 struct elf_link_hash_table *eht; local

Completed in 201 milliseconds