Home
last modified time | relevance | path

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

/external/qemu/elff/
Ddwarf_die.cc25 DIEObject* to_del = last_child(); in ~DIEObject()
115 DIEObject* child = last_child(); in get_leaf_for_address()
170 DIEObject* iter = last_child(); in find_die_object()
179 iter = last_child(); in find_die_object()
239 if (last_child() != NULL) { in dump()
240 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()
/external/qemu/android/
Dconfig.c48 if(root->last_child) { in _aconfig_find()
49 root->last_child->next = node; in _aconfig_find()
53 root->last_child = node; in _aconfig_find()
Dconfig.h26 AConfig* last_child; member