Searched refs:has_children (Results 1 - 12 of 12) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_abbrevhaschildren.c42 return abbrev == NULL ? -1 : abbrev->has_children;
H A Ddwarf_haschildren.c49 return abbrevp->has_children;
H A Ddwarf_aggregate_size.c149 int has_children = INTUSE(dwarf_child) (die, &enum_child); local
150 if (has_children < 0)
152 if (has_children > 0)
H A Ddwarf_siblingof.c95 else if (this_die.abbrev->has_children)
H A Ddwarf_child.c133 if (! abbrevp->has_children)
H A Ddwarf_getabbrev.c120 abb->has_children = *abbrevp++ == DW_CHILDREN_yes;
H A DlibdwP.h219 bool has_children; member in struct:Dwarf_Abbrev
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader_test_common.h118 // if |has_children| is true.
119 TestAbbrevTable &Abbrev(int code, DwarfTag tag, DwarfHasChild has_children) { argument
123 D8(static_cast<unsigned>(has_children));
H A Ddwarf2reader.h247 bool has_children; member in struct:dwarf2reader::CompilationUnit::Abbrev
H A Ddwarf2reader.cc109 abbrev.has_children = reader_->ReadOneByte(abbrevptr);
510 if (abbrev.has_children) {
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c411 ULong has_children; member in struct:_g_abbv
922 ta->has_children = get_UChar( &c );
970 ML_(pp_DW_children)(ht_ta->has_children),
2581 UInt has_children; local
2623 has_children = abbv->has_children;
2624 if (has_children != DW_children_no && has_children != DW_children_yes)
2625 cc->barf("get_inlFnName: invalid has_children value");
4168 UInt has_children; local
4440 UInt has_children; local
[all...]
/external/elfutils/src/
H A Dreadelf.c4667 int has_children = dwarf_abbrevhaschildren (&abbrev); local
4672 has_children ? gettext ("yes") : gettext ("no"),

Completed in 250 milliseconds