Home
last modified time | relevance | path

Searched refs:last_child (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_die.cc27 DIEObject* to_del = last_child(); in ~DIEObject()
117 DIEObject* child = last_child(); in get_leaf_for_address()
172 DIEObject* iter = last_child(); in find_die_object()
181 iter = last_child(); in find_die_object()
241 if (last_child() != NULL) { in dump()
242 last_child()->dump(false); in dump()
Ddwarf_die.h143 DIEObject* last_child() const { in last_child() function
Ddwarf_cu.cc366 die_obj->link_sibling(parent_obj->last_child()); in process_DIE()