HomeSort by relevance Sort by last modified time
    Searched defs:cudie (Results 1 - 15 of 15) sorted by null

  /external/elfutils/src/libdw/
dwarf_ranges.c 133 Dwarf_Die cudie = CUDIE (attr->cu); local
140 if (unlikely (INTUSE(dwarf_lowpc) (&cudie, basep) != 0)
141 && INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&cudie,
dwarf_entry_breakpoints.c 69 Dwarf_Die cudie = CUDIE (die->cu); local
72 if (INTUSE(dwarf_getsrclines) (&cudie, &lines, &nlines) < 0)
dwarf_getsrc_file.c 63 Dwarf_Die *cudie = INTUSE(dwarf_offdie) (dbg, off + cuhl, &cudie_mem); local
64 if (cudie == NULL)
70 if (INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines) != 0)
dwarf_getlocation.c 601 Dwarf_Die cudie = CUDIE (attr->cu); local
609 if (unlikely (INTUSE(dwarf_lowpc) (&cudie, basep) != 0)
610 && INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&cudie,
  /external/elfutils/src/backends/
s390_retval.c 97 Dwarf_Die cudie; local
99 if (dwarf_diecu (typedie, &cudie, &asize, NULL) == NULL)
sparc_retval.c 106 Dwarf_Die cudie; local
108 && dwarf_diecu (typedie, &cudie, &asize, NULL) != NULL)
  /external/elfutils/src/tests/
dwarf-getmacros.c 131 Dwarf_Die cudie_mem, *cudie = dwarf_offdie (dbg, cuoff, &cudie_mem); local
134 (off = dwarf_getmacros (cudie, mac, dbg, off)); )
addrscopes.c 98 Dwarf_Die *cudie = dwfl_addrdie (dwfl, pc, &cubias); local
99 if (cudie == NULL)
103 int n = dwarf_getscopes (cudie, pc - cubias, &scopes);
dwflmodtest.c 36 Dwarf_Die *cudie; member in struct:info
48 if (dwarf_getsrcfiles (info->cudie, &files, NULL) == 0)
196 (void) dwarf_getfuncs (info.cudie, print_func, &info, 0);
varlocs.c 812 Dwarf_Die cudie; local
815 if (dwarf_diecu (cu, &cudie, &addrsize, &offsize) == NULL)
  /external/elfutils/src/src/
addr2line.c 282 Dwarf_Die *cudie = dwfl_module_addrdie (mod, addr, &bias); local
285 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
309 if (dwarf_getsrcfiles (cudie, &files, NULL) == 0)
643 Dwarf_Die *cudie = dwfl_module_addrdie (mod, addr, &bias); local
646 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
664 && dwarf_getsrcfiles (cudie, &files, NULL) == 0)
stack.c 218 const char *symname, Dwarf_Die *cudie,
278 if (dwarf_getsrcfiles (cudie, &files, NULL) == 0)
321 const char *symname, Dwarf_Die *cudie, Dwarf_Die *die)
347 cudie, last_scope);
379 Dwarf_Die *cudie = NULL; local
386 cudie = dwfl_module_addrdie (mod, pc_adjusted, &bias);
387 int nscopes = dwarf_getscopes (cudie, pc_adjusted - bias,
415 symname, cudie, die);
nm.c 647 Dwarf_Die *cudie = dwarf_offdie (dbg, old_offset + hsize, &cudie_mem); local
651 if (cudie == NULL)
654 if (dwarf_tag (cudie) != DW_TAG_compile_unit)
660 if (dwarf_getsrcfiles (cudie, &files, &nfiles) != 0)
665 if (dwarf_child (cudie, die) == 0)
1280 Dwarf_Die *cudie = NULL; local
    [all...]
readelf.c 6280 Dwarf_Die cudie; local
6557 Dwarf_Die cudie; local
7038 Dwarf_Die cudie; local
7201 Dwarf_Die cudie; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
probe-finder.c 1314 Dwarf_Die cudie, spdie, indie; local
    [all...]

Completed in 1395 milliseconds