HomeSort by: relevance | last modified time | path
    Searched defs:listp (Results 1 - 12 of 12) sorted by relevancy

  /src/sbin/restore/
interactive.c 516 struct afile *fp, *list, *listp; local
524 listp = NULL;
552 listp = list;
567 mkentry(locname, dp, listp++);
581 for (fp = listp - 1; fp >= list; fp--)
  /src/external/gpl3/binutils/dist/bfd/
elf-properties.c 412 /* Return the property of TYPE on *LISTP and remove it from *LISTP if RM is
416 elf_find_and_remove_property (elf_property_list **listp,
420 elf_property_list *p = _bfd_elf_find_property (*listp, type, &prev);
425 *listp = _bfd_elf_remove_property (*listp, p, prev);
431 /* Merge GNU property list *LISTP in ABFD with FIRST_PBFD. */
435 bfd *abfd, elf_property_list **listp)
442 /* Merge each GNU property in FIRST_PBFD with the one on *LISTP. */
454 pr = elf_find_and_remove_property (listp, p->property.pr_type
823 elf_property_list **listp = &null_ptr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-properties.c 412 /* Return the property of TYPE on *LISTP and remove it from *LISTP if RM is
416 elf_find_and_remove_property (elf_property_list **listp,
420 elf_property_list *p = _bfd_elf_find_property (*listp, type, &prev);
425 *listp = _bfd_elf_remove_property (*listp, p, prev);
431 /* Merge GNU property list *LISTP in ABFD with FIRST_PBFD. */
435 bfd *abfd, elf_property_list **listp)
442 /* Merge each GNU property in FIRST_PBFD with the one on *LISTP. */
454 pr = elf_find_and_remove_property (listp, p->property.pr_type
807 elf_property_list **listp = &null_ptr; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-properties.c 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
707 elf_property_list **listp = &null_ptr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-properties.c 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
707 elf_property_list **listp = &null_ptr; local
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
MetricList.cc 531 char *listp = list; local
532 if (*listp == '-')
536 listp++;
540 while ((mcmd = strtok (listp, NTXT (":"))) != NULL)
542 listp = NULL; // let strtok keep track
  /src/external/gpl3/binutils.old/dist/gprofng/src/
MetricList.cc 531 char *listp = list; local
532 if (*listp == '-')
536 listp++;
540 while ((mcmd = strtok (listp, NTXT (":"))) != NULL)
542 listp = NULL; // let strtok keep track
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
defs.h 291 chainp listp;
290 chainp listp; member in struct:listblock
  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 1493 /* Make the list *LISTP empty. */
1496 attrs_list_clear (attrs **listp)
1500 for (list = *listp; list; list = next)
1505 *listp = NULL;
1519 /* Insert the triplet DECL, OFFSET, LOC to the list *LISTP. */
1522 attrs_list_insert (attrs **listp, decl_or_value dv,
1529 list->next = *listp;
1530 *listp = list;
3816 attrs *list = set->regs[REGNO (node->loc)], **listp; local
3835 for (listp = &list->next; (list = *listp); listp = &list->next
4293 attrs *list, **listp; local
    [all...]
dwarf2out.cc 17800 dw_loc_list_ref *listp = &list;
17883 *listp = new_loc_list (descr, node->label, node->view,
17889 (*listp)->force = true;
17890 listp = &(*listp)->dw_loc_next;
17922 *listp = new_loc_list (descr, cfun->fde->dw_fde_second_begin, 0,
17924 listp = &(*listp)->dw_loc_next;
17787 dw_loc_list_ref *listp = &list; local
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 1501 /* Make the list *LISTP empty. */
1504 attrs_list_clear (attrs **listp)
1508 for (list = *listp; list; list = next)
1513 *listp = NULL;
1527 /* Insert the triplet DECL, OFFSET, LOC to the list *LISTP. */
1530 attrs_list_insert (attrs **listp, decl_or_value dv,
1537 list->next = *listp;
1538 *listp = list;
3826 attrs *list = set->regs[REGNO (node->loc)], **listp; local
3847 for (listp = &list->next; (list = *listp); listp = &list->next
4307 attrs *list, **listp; local
    [all...]
dwarf2out.cc 17714 dw_loc_list_ref *listp = &list;
17797 *listp = new_loc_list (descr, node->label, node->view,
17803 (*listp)->force = true;
17804 listp = &(*listp)->dw_loc_next;
17836 *listp = new_loc_list (descr, cfun->fde->dw_fde_second_begin, 0,
17838 listp = &(*listp)->dw_loc_next;
17701 dw_loc_list_ref *listp = &list; local

Completed in 78 milliseconds