HomeSort by relevance Sort by last modified time
    Searched refs:cu_die (Results 1 - 8 of 8) sorted by null

  /external/elfutils/tests/
get-aranges.c 88 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)
get-pubnames.c 48 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/
probe-finder.h 61 Dwarf_Die cu_die; /* Current CU */ member in struct:probe_finder
96 Dwarf_Die cu_die; /* Current CU */ member in struct:line_finder
probe-finder.c 250 static const char *cu_find_realpath(Dwarf_Die *cu_die, const char *fname)
260 ret = dwarf_getsrcfiles(cu_die, &files, &nfiles);
275 static const char *cu_get_comp_dir(Dwarf_Die *cu_die)
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,
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/
dwarf_cu.h 151 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 :
dwarf_cu.cc 450 if (!cu_die()->get_attrib(DW_AT_stmt_list, &stmtl)) {
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.h 151 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 :
dwarf_cu.cc 450 if (!cu_die()->get_attrib(DW_AT_stmt_list, &stmtl)) {

Completed in 915 milliseconds