Searched refs:irel_list (Results 1 – 1 of 1) sorted by relevance
13127 struct elf_nds32_ifc_irel_list *irel_list = ptr->irel_head; in nds32_elf_ifc_insert_symbol() local13129 while (irel_list->next != NULL) in nds32_elf_ifc_insert_symbol()13130 irel_list = irel_list->next; in nds32_elf_ifc_insert_symbol()13131 irel_list->next = bfd_malloc (sizeof (struct elf_nds32_ifc_irel_list)); in nds32_elf_ifc_insert_symbol()13132 irel_list = irel_list->next; in nds32_elf_ifc_insert_symbol()13133 irel_list->irel = irel; in nds32_elf_ifc_insert_symbol()13134 irel_list->keep = 1; in nds32_elf_ifc_insert_symbol()13137 irel_list->sec = NULL; in nds32_elf_ifc_insert_symbol()13139 irel_list->sec = sec; in nds32_elf_ifc_insert_symbol()13140 irel_list->next = NULL; in nds32_elf_ifc_insert_symbol()[all …]