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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-sparc.c1527 at the end of the dynlocal list, so they came at the end of the local
1530 if (elf_hash_table (info)->dynlocal)
1536 for (e = elf_hash_table (info)->dynlocal; e ; e = e->next)
1930 put it at the end of the dynlocal linked list. We will fix it
1947 if (eht->dynlocal == NULL)
1948 eht->dynlocal = entry;
1951 for (e = eht->dynlocal; e->next; e = e->next)
H A Delf-bfd.h389 struct elf_link_local_dynamic_entry *dynlocal;
388 struct elf_link_local_dynamic_entry *dynlocal; member in struct:elf_link_hash_table
H A Delflink.c511 for (entry = elf_hash_table (info)->dynlocal; entry ; entry = entry->next)
564 entry->next = eht->dynlocal;
565 eht->dynlocal = entry;
588 for (e = elf_hash_table (info)->dynlocal; e ; e = e->next)
670 if (elf_hash_table (info)->dynlocal)
673 for (p = elf_hash_table (info)->dynlocal; p ; p = p->next)
2879 for (entry = hash_table->dynlocal; entry ; entry = entry->next)
7986 if (elf_hash_table (info)->dynlocal)
7989 for (e = elf_hash_table (info)->dynlocal; e ; e = e->next)
H A Delf.c1512 table->dynlocal = NULL;

Completed in 119 milliseconds