HomeSort by relevance Sort by last modified time
    Searched refs:has_children (Results 1 - 19 of 19) sorted by null

  /external/elfutils/libdw/
dwarf_abbrevhaschildren.c 42 return abbrev == NULL ? -1 : abbrev->has_children;
dwarf_haschildren.c 49 return abbrevp->has_children;
dwarf_aggregate_size.c 119 int has_children = INTUSE(dwarf_child) (die, &enum_child); local
120 if (has_children < 0)
122 if (has_children > 0)
dwarf_child.c 136 if (! abbrevp->has_children)
dwarf_siblingof.c 93 else if (this_die.abbrev->has_children)
dwarf_getabbrev.c 120 abb->has_children = *abbrevp++ == DW_CHILDREN_yes;
libdwP.h 245 bool has_children : 1; /* Whether or not the DIE has children. */ member in struct:Dwarf_Abbrev
    [all...]
  /art/libelffile/dwarf/
debug_abbrev_writer.h 66 uint32_t EndAbbrev(Children has_children) {
68 current_abbrev_[has_children_offset_] = has_children;
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_test_common.h 118 // if |has_children| is true.
119 TestAbbrevTable &Abbrev(int code, DwarfTag tag, DwarfHasChild has_children) {
123 D8(static_cast<unsigned>(has_children));
dwarf2reader.h 247 bool has_children; member in struct:dwarf2reader::CompilationUnit::Abbrev
    [all...]
dwarf2reader.cc 109 abbrev.has_children = reader_->ReadOneByte(abbrevptr);
510 if (abbrev.has_children) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_symtable.py 81 self.assertTrue(self.top.has_children())
82 self.assertTrue(self.Mine.has_children())
83 self.assertFalse(self.foo.has_children())
  /external/python/cpython2/Lib/test/
test_symtable.py 81 self.assertTrue(self.top.has_children())
82 self.assertTrue(self.Mine.has_children())
83 self.assertFalse(self.foo.has_children())
  /external/python/cpython3/Lib/test/
test_symtable.py 72 self.assertTrue(self.top.has_children())
73 self.assertTrue(self.Mine.has_children())
74 self.assertFalse(self.foo.has_children())
  /external/libkmsxx/utils/
kmsprint.cpp 335 bool has_children = e.children.size() > 0; local
337 string data_prefix = prefix2 + (has_children ? get_glyph(TreeGlyph::Vertical) : get_glyph(TreeGlyph::Space));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py 86 def has_children(self): member in class:SymbolTable
  /external/python/cpython2/Lib/
symtable.py 83 def has_children(self): member in class:SymbolTable
  /external/python/cpython3/Lib/
symtable.py 82 def has_children(self): member in class:SymbolTable
  /external/elfutils/src/
readelf.c 5052 int has_children = dwarf_abbrevhaschildren (&abbrev); local
    [all...]

Completed in 916 milliseconds