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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-sparc.c552 at the end of the dynlocal list, so they came at the end of the local
555 if (elf_hash_table (info)->dynlocal)
561 for (e = elf_hash_table (info)->dynlocal; e ; e = e->next)
H A Delflink.c598 for (entry = elf_hash_table (info)->dynlocal; entry ; entry = entry->next)
651 entry->next = eht->dynlocal;
652 eht->dynlocal = entry;
675 for (e = elf_hash_table (info)->dynlocal; e ; e = e->next)
800 if (elf_hash_table (info)->dynlocal)
803 for (p = elf_hash_table (info)->dynlocal; p ; p = p->next)
3178 for (entry = hash_table->dynlocal; entry ; entry = entry->next)
9959 if (elf_hash_table (info)->dynlocal)
9962 for (e = elf_hash_table (info)->dynlocal; e ; e = e->next)
H A Delf-bfd.h382 struct elf_link_local_dynamic_entry *dynlocal;
381 struct elf_link_local_dynamic_entry *dynlocal; member in struct:elf_link_hash_table
H A Delfxx-sparc.c2370 put it at the end of the dynlocal linked list. We will fix it
2387 if (eht->dynlocal == NULL)
2388 eht->dynlocal = entry;
2391 for (e = eht->dynlocal; e->next; e = e->next)

Completed in 331 milliseconds