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

  /external/elfutils/libdw/
dwarf_ranges.c 104 Dwarf_Die cudie = CUDIE (attr->cu); local
111 if (unlikely (INTUSE(dwarf_lowpc) (&cudie, basep) != 0)
112 && INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&cudie,
dwarf_entry_breakpoints.c 90 Dwarf_Die cudie = CUDIE (die->cu); local
93 if (INTUSE(dwarf_getsrclines) (&cudie, &lines, &nlines) < 0)
dwarf_getsrc_file.c 83 Dwarf_Die *cudie = INTUSE(dwarf_offdie) (dbg, off + cuhl, &cudie_mem); local
84 if (cudie == NULL)
90 if (INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines) != 0)
dwarf_getlocation.c 460 Dwarf_Die cudie = CUDIE (attr->cu); local
468 if (unlikely (INTUSE(dwarf_lowpc) (&cudie, &base) != 0)
469 && INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&cudie,
  /external/elfutils/backends/
s390_retval.c 110 Dwarf_Die cudie; local
112 if (dwarf_diecu (typedie, &cudie, &asize, NULL) == NULL)
sparc_retval.c 105 Dwarf_Die cudie; local
107 && dwarf_diecu (typedie, &cudie, &asize, NULL) != NULL)
  /external/elfutils/tests/
addrscopes.c 106 Dwarf_Die *cudie = dwfl_addrdie (dwfl, pc, &cubias); local
107 if (cudie == NULL)
111 int n = dwarf_getscopes (cudie, pc - cubias, &scopes);
dwflmodtest.c 44 Dwarf_Die *cudie; member in struct:info
56 if (dwarf_getsrcfiles (info->cudie, &files, NULL) == 0)
204 (void) dwarf_getfuncs (info.cudie, print_func, &info, 0);
  /external/elfutils/src/
addr2line.c 231 Dwarf_Die *cudie = dwfl_module_addrdie (mod, addr, &bias); local
234 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
258 if (dwarf_getsrcfiles (cudie, &files, NULL) == 0)
nm.c 629 Dwarf_Die *cudie = dwarf_offdie (dbg, old_offset + hsize, &cudie_mem); local
633 if (cudie == NULL)
636 if (dwarf_tag (cudie) != DW_TAG_compile_unit)
642 if (dwarf_getsrcfiles (cudie, &files, &nfiles) != 0)
647 if (dwarf_child (cudie, die) == 0)
1102 Dwarf_Die *cudie = NULL; local
1111 cudie = dwarf_offdie (dbg, (*found)->cu_offset,
1113 if (cudie != NULL)
1115 Dwarf_Line *line = dwarf_getsrc_die (cudie,
    [all...]
readelf.c 4696 Dwarf_Die cudie; local
5082 Dwarf_Die cudie; local
    [all...]
  /external/linux-tools-perf/util/
probe-finder.c 284 static int cu_find_lineinfo(Dwarf_Die *cudie, unsigned long addr,
290 line = dwarf_getsrc_die(cudie, (Dwarf_Addr)addr);
1786 Dwarf_Die cudie, spdie, indie; local
    [all...]

Completed in 149 milliseconds