Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/intl/
Dl10nflist.c206 struct loaded_l10nfile **lastp; local
299 lastp = l10nfile_list;
314 lastp = &retval->next;
345 retval->next = *lastp;
346 *lastp = retval;
/toolchain/binutils/binutils-2.25/bfd/
Delf-attrs.c235 obj_attribute_list **lastp; in elf_new_obj_attr() local
251 lastp = &elf_other_obj_attributes (abfd)[vendor]; in elf_new_obj_attr()
252 for (p = *lastp; p; p = p->next) in elf_new_obj_attr()
256 lastp = &p->next; in elf_new_obj_attr()
258 list->next = *lastp; in elf_new_obj_attr()
259 *lastp = list; in elf_new_obj_attr()