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

/haiku-buildtools/binutils/bfd/
H A DpeXXigen.c3194 struct rsrc_entry * last_entry;
3341 chain->first_entry = chain->last_entry = NULL;
3373 chain->last_entry = entry;
4060 chain->last_entry = entry;
4077 achain->last_entry = bchain->last_entry;
4081 achain->last_entry->next_entry = bchain->first_entry;
4082 achain->last_entry = bchain->last_entry;
4086 bchain->first_entry = bchain->last_entry
3190 struct rsrc_entry * last_entry; member in struct:rsrc_dir_chain
[all...]
H A Delfnn-aarch64.c7636 static struct section_list *last_entry = NULL; local
7643 if (last_entry != NULL)
7645 if (last_entry->sec == sec)
7646 entry = last_entry;
7647 else if (last_entry->next != NULL && last_entry->next->sec == sec)
7648 entry = last_entry->next;
7661 last_entry = entry->prev;
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-arm.c7700 static struct section_list * last_entry = NULL; local
7707 if (last_entry != NULL)
7709 if (last_entry->sec == sec)
7710 entry = last_entry;
7711 else if (last_entry->next != NULL
7712 && last_entry->next->sec == sec)
7713 entry = last_entry->next;
7725 last_entry = entry->prev;
/haiku-buildtools/binutils/gas/config/
H A Dtc-metag.c6345 insn_templates *last_entry = *slot; local
6347 while (last_entry->next)
6348 last_entry = last_entry->next;
6350 last_entry->next = new_entry;

Completed in 204 milliseconds