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

  /external/elfutils/libdw/
dwarf_aggregate_size.c 149 int has_children = INTUSE(dwarf_child) (die, &enum_child); local
150 if (has_children < 0)
152 if (has_children > 0)
libdwP.h 219 bool has_children; member in struct:Dwarf_Abbrev
  /cts/tools/testng/
gen-test-list-xml.py 63 def has_children(self): member in class:BaseNode
100 if not self.has_children():
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symtable.py 86 def has_children(self): member in class:SymbolTable
  /prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py 86 def has_children(self): member in class:SymbolTable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 86 def has_children(self): member in class:SymbolTable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 86 def has_children(self): member in class:SymbolTable
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 247 bool has_children; member in struct:dwarf2reader::CompilationUnit::Abbrev
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 187 : tag(t), has_children(hc), has_sibling_attribute(false), attributes()
201 bool has_children : 1; member in struct:gold::Dwarf_abbrev_table::Abbrev_code
516 has_children() const function in class:gold::Dwarf_die
519 return this->abbrev_code_->has_children;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 284 int has_children; /* Boolean. */ member in struct:abbrev_info
844 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 411 ULong has_children; member in struct:_g_abbv
2581 UInt has_children; local
4168 UInt has_children; local
4440 UInt has_children; local
    [all...]
  /external/elfutils/src/
readelf.c 4667 int has_children = dwarf_abbrevhaschildren (&abbrev); local
    [all...]

Completed in 503 milliseconds