Home | History | Annotate | Download | only in elfcopy

Lines Matching refs:children

338     int children;
374 add_abbrev (unsigned long number, unsigned long tag, int children)
386 entry->children = children;
439 int children;
453 children = *start++;
455 add_abbrev (entry, tag, children);
1737 /* A null DIE marks the end of a list of children. */
1793 if (entry->children)
2304 entry->children ? _("has children") : _("no children"));