Home
last modified time | relevance | path

Searched refs:dwarf_nextcu (Results 1 – 23 of 23) sorted by relevance

/external/elfutils/libdw/
Ddwarf_nextcu.c60 dwarf_nextcu (dwarf, off, next_off, header_sizep, abbrev_offsetp, in dwarf_nextcu() function
175 INTDEF(dwarf_nextcu)
DChangeLog28 * dwarf_nextcu.c: Include dwarf.h. Correct comment.
29 (dwarf_nextcu): Use the new definitions.
34 * dwarf_nextcu.c (dwarf_nextcu): Use the new macro.
688 * dwarf_nextcu.c: Likewise.
769 * dwarf_nextcu.c: Return -1 if dwarf parameter is NULL.
871 * dwarf_nextcu.c: Add new parameter offset_sizep. Initialize it
873 * libdw.h: Adjust dwarf_nextcu prototype.
875 * libdw_findcu.c: Adjust dwarf_nextcu call. Initialize offset_size
941 * dwarf_nextcu.c (dwarf_nextcu): Use read_*byte_unaligned_inc
Dlibdw_findcu.c113 if (INTUSE(dwarf_nextcu) (dbg, oldoff, &dbg->next_cu_offset, NULL,
Dlibdw.map81 dwarf_nextcu;
Ddwarf_getsrc_file.c80 while (INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in dwarf_getsrc_file()
DAndroid.mk104 dwarf_nextcu.c \
DMakefile.am54 dwarf_error.c dwarf_nextcu.c dwarf_diename.c dwarf_offdie.c \
DlibdwP.h447 INTDECL (dwarf_nextcu)
Dlibdw.h226 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
DMakefile.in71 dwarf_nextcu.$(OBJEXT) dwarf_diename.$(OBJEXT) \
266 dwarf_error.c dwarf_nextcu.c dwarf_diename.c dwarf_offdie.c \
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf_nextcu.Po@am__quote@
/external/elfutils/tests/
Dallfcts.c63 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main()
Dget-files.c63 while (dwarf_nextcu (dbg, o, &ncu, &cuhl, &ao, &asz, &osz) == 0) in main()
Dshow-abbrev.c54 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, NULL, NULL, NULL) == 0) in main()
Dget-lines.c62 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, &ao, &asz, &osz) == 0) in main()
Ddwflmodtest.c200 while (dwarf_nextcu (dw, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in print_module()
Dshow-die-info.c504 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize, in main()
DChangeLog903 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
/external/elfutils/libdwfl/
Dcu.c275 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz, in __libdwfl_nextcu()
DChangeLog752 * cu.c (__libdwfl_nextcu): Return success when dwarf_nextcu hits end.
/external/linux-tools-perf/util/
Dprobe-finder.c1563 while (!dwarf_nextcu(dbg, off, &noff, &cuhl, NULL, NULL, NULL)) { in find_probes()
2030 if (dwarf_nextcu(dbg, off, &noff, &cuhl, NULL, NULL, NULL) != 0) in find_line_range()
/external/elfutils/src/
Dnm.c625 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL, in get_local_names()
Dreadelf.c4416 if (dwarf_nextcu (dbg, offset, &nextcu, &cuhl, &abbroffset, &addrsize, in print_debug_info_section()
4693 while (dwarf_nextcu (dbg, cuoffset = ncuoffset, &ncuoffset, &hsize, in print_debug_line_section()
5080 while (dwarf_nextcu (dbg, offset = ncu, &ncu, &hsize, NULL, NULL, NULL) == 0) in print_debug_macinfo_section()
DChangeLog1459 * nm.c (get_local_names): Adjust call to dwarf_nextcu.