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

/haiku-buildtools/binutils/bfd/
H A Delf32-nds32.c15491 struct elf_link_hash_entry_list *h_list_new;
15495 h_list_new = (struct elf_link_hash_entry_list *)
15498 m_list_new->h_list = h_list_new;
15503 h_list_new->h = h;
15504 h_list_new->next = NULL;
15528 struct elf_link_hash_entry_list *h_list_new;
15530 h_list_new = (struct elf_link_hash_entry_list *)
15532 h_list->next = h_list_new;
15533 h_list_new->h = h;
15534 h_list_new local
15481 struct elf_link_hash_entry_list *h_list_new; local
15518 struct elf_link_hash_entry_list *h_list_new; local
[all...]

Completed in 132 milliseconds