Searched refs:dwarf_child (Results 1 - 14 of 14) sorted by relevance

/external/elfutils/0.153/libdw/
H A Ddwarf_getfuncs.c72 res = INTUSE(dwarf_child) (cudie, &die_mem);
H A Ddwarf_child.c152 dwarf_child (die, result) function
211 INTDEF(dwarf_child)
H A Ddwarf_aggregate_size.c78 if (INTUSE(dwarf_child) (die, &child) != 0)
159 int has_children = INTUSE(dwarf_child) (die, &enum_child);
H A Ddwarf_getscopevar.c117 if (INTUSE(dwarf_child) (&scopes[out], result) != 0)
H A Dlibdw_visit_scopes.c109 if (INTUSE(dwarf_child) (&root->die, &child.die) != 0)
H A DAndroid.mk43 dwarf_child.c \
H A DMakefile.am50 dwarf_child.c dwarf_haschildren.c dwarf_formaddr.c \
H A Dlibdw.h374 extern int dwarf_child (Dwarf_Die *die, Dwarf_Die *result)
H A DlibdwP.h647 INTDECL (dwarf_child)
/external/elfutils/0.153/backends/
H A Dia64_retval.c155 switch (dwarf_child (typedie, &child_mem))
/external/elfutils/elfutils/
H A Dlibdw.h374 extern int dwarf_child (Dwarf_Die *die, Dwarf_Die *result)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddwarf-aux.c380 ret = dwarf_child(rt_die, die_mem);
/external/elfutils/0.153/src/
H A Dnm.c673 if (dwarf_child (cudie, die) == 0)
H A Dreadelf.c5928 int res = dwarf_child (&dies[level], &dies[level + 1]);

Completed in 895 milliseconds