OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
103
if (!contains && !
is_cu_die
()) {
124
return contains || !
is_cu_die
() ? this : NULL;
233
if (parent_die_ != NULL && !parent_die_->
is_cu_die
()) {
Completed in 48 milliseconds