Searched refs:cu_die (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/tests/
H A Dget-aranges.c88 Dwarf_Die cu_die; local
90 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL
91 || (cuname = dwarf_diename (&cu_die)) == NULL)
132 Dwarf_Die cu_die; local
133 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL
134 || (cuname = dwarf_diename (&cu_die)) == NULL)
H A Dget-pubnames.c48 Dwarf_Die cu_die; local
50 if (dwarf_offdie (dbg, gl->cu_offset, &cu_die) == NULL
51 || (cuname = dwarf_diename (&cu_die)) == NULL)
/external/linux-tools-perf/util/
H A Dprobe-finder.h61 Dwarf_Die cu_die; /* Current CU */ member in struct:probe_finder
96 Dwarf_Die cu_die; /* Current CU */ member in struct:line_finder
H A Dprobe-finder.c250 static const char *cu_find_realpath(Dwarf_Die *cu_die, const char *fname) argument
260 ret = dwarf_getsrcfiles(cu_die, &files, &nfiles);
275 static const char *cu_get_comp_dir(Dwarf_Die *cu_die) argument
278 if (dwarf_attr(cu_die, DW_AT_comp_dir, &attr) == NULL)
497 static Dwarf_Die *die_find_real_subprogram(Dwarf_Die *cu_die, Dwarf_Addr addr, argument
504 if (!dwarf_getfuncs(cu_die, __die_search_func_cb, &ad, 0))
620 Dwarf_Die die_mem, *cu_die; local
625 cu_die = dwarf_diecu(pdie, &die_mem, NULL, NULL);
627 cu_die = pdie;
628 if (!cu_die) {
1484 Dwarf_Die *cu_die; member in struct:pubname_callback_param
[all...]
/external/qemu/elff/
H A Ddwarf_cu.h151 DIEObject* cu_die() const { function in class:DwarfCU
167 return cu_die()->get_attrib(DW_AT_comp_dir, &attr) ? attr.value()->str :
179 return cu_die()->get_attrib(DW_AT_name, &attr) ? attr.value()->str :
H A Ddwarf_cu.cc450 if (!cu_die()->get_attrib(DW_AT_stmt_list, &stmtl)) {

Completed in 328 milliseconds