Home | History | Annotate | Download | only in bfd

Lines Matching defs:listp

338 /* Return the property of TYPE on *LISTP and remove it from *LISTP if RM is
342 elf_find_and_remove_property (elf_property_list **listp,
347 for (list = *listp; list; list = list->next)
353 *listp = list->next;
358 listp = &list->next;
364 /* Merge GNU property list *LISTP in ABFD with FIRST_PBFD. */
368 bfd *abfd, elf_property_list **listp)
375 /* Merge each GNU property in FIRST_PBFD with the one on *LISTP. */
387 pr = elf_find_and_remove_property (listp, p->property.pr_type,
390 isn't on *LISTP. */
454 /* Merge the remaining properties on *LISTP with FIRST_PBFD. */
455 for (p = *listp; p != NULL; p = p->next)
707 elf_property_list **listp = &null_ptr;
719 listp = &elf_properties (abfd);
728 elf_merge_gnu_property_list (info, first_pbfd, abfd, listp);