Searched refs:lastp (Results 1 – 2 of 2) sorted by relevance
206 struct loaded_l10nfile **lastp; local299 lastp = l10nfile_list;314 lastp = &retval->next;345 retval->next = *lastp;346 *lastp = retval;
235 obj_attribute_list **lastp; in elf_new_obj_attr() local251 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()