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

  /external/elfutils/libdw/
dwarf_nextcu.c 60 dwarf_nextcu (dwarf, off, next_off, header_sizep, abbrev_offsetp, function
175 INTDEF(dwarf_nextcu)
libdw_findcu.c 113 if (INTUSE(dwarf_nextcu) (dbg, oldoff, &dbg->next_cu_offset, NULL,
119 /* XXX We need the version number but dwarf_nextcu swallows it. */
dwarf_getsrc_file.c 80 while (INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
Android.mk 104 dwarf_nextcu.c \
Makefile.am 54 dwarf_error.c dwarf_nextcu.c dwarf_diename.c dwarf_offdie.c \
libdwP.h 447 INTDECL (dwarf_nextcu)
libdw.h 226 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
  /external/elfutils/tests/
allfcts.c 63 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
get-files.c 63 while (dwarf_nextcu (dbg, o, &ncu, &cuhl, &ao, &asz, &osz) == 0)
show-abbrev.c 54 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, NULL, NULL, NULL) == 0)
get-lines.c 62 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, &ao, &asz, &osz) == 0)
dwflmodtest.c 200 while (dwarf_nextcu (dw, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
show-die-info.c 504 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize,
  /external/elfutils/libdwfl/
cu.c 275 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz,
  /external/linux-tools-perf/util/
probe-finder.c     [all...]
  /external/elfutils/src/
nm.c 625 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL,
    [all...]
readelf.c     [all...]

Completed in 353 milliseconds