Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_nextcu.c301 dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off, in dwarf_nextcu() function
309 INTDEF(dwarf_nextcu)
Ddwarf_getsrc_file.c59 INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0; in dwarf_getsrc_file()
Dlibdw.map80 dwarf_nextcu;
DChangeLog199 * dwarf_nextcu.c (__libdw_next_unit): Define bytes_end.
274 * dwarf_nextcu.c (__libdw_next_unit): Set next_off to -1 when it would
826 * dwarf_nextcu.c (dwarf_next_unit): Call __libdw_next_unit.
2261 * dwarf_nextcu.c (dwarf_next_unit): New function, broken out of ...
2262 (dwarf_nextcu): ... here. Call it.
2265 * libdw_findcu.c (__libdw_findcu): Use it instead of dwarf_nextcu.
2283 * dwarf_nextcu.c: Likewise.
2627 * dwarf_nextcu.c: Likewise.
2655 * dwarf_nextcu.c (dwarf_nextcu): Likewise.
2777 * dwarf_nextcu.c: Include dwarf.h. Correct comment.
[all …]
DMakefile.am46 dwarf_error.c dwarf_nextcu.c dwarf_diename.c dwarf_offdie.c \
Dlibdw.h273 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
DlibdwP.h1379 INTDECL (dwarf_nextcu)
/external/elfutils/tests/
Dtypeiter2.c53 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main()
Dtypeiter.c41 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main()
Dget-files.c55 while (dwarf_nextcu (dbg, o, &ncu, &cuhl, &ao, &asz, &osz) == 0) in main()
Dallfcts.c85 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main()
Dshow-abbrev.c46 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, NULL, NULL, NULL) == 0) in main()
Dget-lines.c55 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, &ao, &asz, &osz) == 0) in main()
Ddwarf-die-addr-die.c90 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize, in check_dbg()
Ddwflmodtest.c192 while (dwarf_nextcu (dw, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in print_module()
Dshow-die-info.c337 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize, in main()
DChangeLog4170 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
/external/elfutils/libdwfl/
Dcu.c268 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz, in __libdwfl_nextcu()
DChangeLog3107 * cu.c (__libdwfl_nextcu): Return success when dwarf_nextcu hits end.
/external/elfutils/include/elfutils/
Dlibdw.h273 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
/external/elfutils/src/
Dnm.c627 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL, in get_local_names()
Dreadelf.c8053 while (dwarf_nextcu (dbg, cuoffset = ncuoffset, &ncuoffset, &hsize, in print_decoded_line_section()
9811 while (dwarf_nextcu (dbg, offset = ncu, &ncu, &hsize, NULL, NULL, NULL) == 0) in print_debug_macinfo_section()
9976 while (dwarf_nextcu (dbg, offset = ncu, &ncu, &hsize, NULL, NULL, NULL) == 0) in print_debug_macro_section()
DChangeLog672 instead of dwarf_nextcu.
5056 * nm.c (get_local_names): Adjust call to dwarf_nextcu.
/external/elfutils/debuginfod/
Ddebuginfod.cxx2097 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL, NULL) == 0) in dwarf_extract_source_paths()
/external/libabigail/
DChangeLog32621 (build_corpus): Use dwarf_nextcu instead of dwfl_nextcu, so that