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

/haiku-buildtools/legacy/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.c548 for (entry = elf_hash_table (info)->dynlocal; entry ; entry = entry->next)
601 entry->next = eht->dynlocal;
602 eht->dynlocal = entry;
625 for (e = elf_hash_table (info)->dynlocal; e ; e = e->next)
740 if (elf_hash_table (info)->dynlocal)
743 for (p = elf_hash_table (info)->dynlocal; p ; p = p->next)
2991 for (entry = hash_table->dynlocal; entry ; entry = entry->next)
8357 if (elf_hash_table (info)->dynlocal)
8360 for (e = elf_hash_table (info)->dynlocal; e ; e = e->next)
H A Delf-bfd.h390 struct elf_link_local_dynamic_entry *dynlocal;
389 struct elf_link_local_dynamic_entry *dynlocal; member in struct:elf_link_hash_table
H A Delfxx-sparc.c2403 put it at the end of the dynlocal linked list. We will fix it
2420 if (eht->dynlocal == NULL)
2421 eht->dynlocal = entry;
2424 for (e = eht->dynlocal; e->next; e = e->next)
H A Delf.c1588 table->dynlocal = NULL;
/haiku-buildtools/binutils/bfd/
H A Delf64-sparc.c564 at the end of the dynlocal list, so they came at the end of the local
567 if (elf_hash_table (info)->dynlocal)
573 for (e = elf_hash_table (info)->dynlocal; e ; e = e->next)
H A Delfxx-sparc.c2816 put it at the end of the dynlocal linked list. We will fix it
2834 if (eht->dynlocal == NULL)
2835 eht->dynlocal = entry;
2838 for (e = eht->dynlocal; e->next; e = e->next)
H A Delf-bfd.h580 struct elf_link_local_dynamic_entry *dynlocal;
579 struct elf_link_local_dynamic_entry *dynlocal; member in struct:elf_link_hash_table
H A Delflink.c751 for (entry = elf_hash_table (info)->dynlocal; entry ; entry = entry->next)
803 entry->next = eht->dynlocal;
804 eht->dynlocal = entry;
827 for (e = elf_hash_table (info)->dynlocal; e ; e = e->next)
938 if (elf_hash_table (info)->dynlocal)
941 for (p = elf_hash_table (info)->dynlocal; p ; p = p->next)
3472 for (entry = hash_table->dynlocal; entry ; entry = entry->next)
11926 if (htab->dynlocal)
11929 for (e = htab->dynlocal; e ; e = e->next)

Completed in 385 milliseconds