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

  /external/qemu/elff/
dwarf_die.h 166 bool is_cu_die() const { function in class:DIEObject
dwarf_die.cc 103 if (!contains && !is_cu_die()) {
124 return contains || !is_cu_die() ? this : NULL;
233 if (parent_die_ != NULL && !parent_die_->is_cu_die()) {
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.h 166 bool is_cu_die() const { function in class:DIEObject
dwarf_die.cc 105 if (!contains && !is_cu_die()) {
126 return contains || !is_cu_die() ? this : NULL;
235 if (parent_die_ != NULL && !parent_die_->is_cu_die()) {

Completed in 57 milliseconds