Home
last modified time | relevance | path

Searched refs:last_entry (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
DpeXXigen.c3181 struct rsrc_entry * last_entry; member
3328 chain->first_entry = chain->last_entry = NULL; in rsrc_parse_entries()
3360 chain->last_entry = entry; in rsrc_parse_entries()
4047 chain->last_entry = entry; in rsrc_sort_entries()
4064 achain->last_entry = bchain->last_entry; in rsrc_attach_chain()
4068 achain->last_entry->next_entry = bchain->first_entry; in rsrc_attach_chain()
4069 achain->last_entry = bchain->last_entry; in rsrc_attach_chain()
4073 bchain->first_entry = bchain->last_entry = NULL; in rsrc_attach_chain()
4272 new_table.names.last_entry = NULL; in rsrc_process_section()
4281 new_table.ids.last_entry = NULL; in rsrc_process_section()
Delfnn-aarch64.c7604 static struct section_list *last_entry = NULL; in find_aarch64_elf_section_entry() local
7611 if (last_entry != NULL) in find_aarch64_elf_section_entry()
7613 if (last_entry->sec == sec) in find_aarch64_elf_section_entry()
7614 entry = last_entry; in find_aarch64_elf_section_entry()
7615 else if (last_entry->next != NULL && last_entry->next->sec == sec) in find_aarch64_elf_section_entry()
7616 entry = last_entry->next; in find_aarch64_elf_section_entry()
7629 last_entry = entry->prev; in find_aarch64_elf_section_entry()