Home
last modified time | relevance | path

Searched refs:dwarf_nextcu (Results 1 – 23 of 23) 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()
DChangeLog3 * dwarf_nextcu.c (__libdw_next_unit): Define bytes_end.
78 * dwarf_nextcu.c (__libdw_next_unit): Set next_off to -1 when it would
630 * dwarf_nextcu.c (dwarf_next_unit): Call __libdw_next_unit.
2065 * dwarf_nextcu.c (dwarf_next_unit): New function, broken out of ...
2066 (dwarf_nextcu): ... here. Call it.
2069 * libdw_findcu.c (__libdw_findcu): Use it instead of dwarf_nextcu.
2087 * dwarf_nextcu.c: Likewise.
2431 * dwarf_nextcu.c: Likewise.
2459 * dwarf_nextcu.c (dwarf_nextcu): Likewise.
2581 * dwarf_nextcu.c: Include dwarf.h. Correct comment.
[all …]
Dlibdw.map80 dwarf_nextcu;
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.h1358 INTDECL (dwarf_nextcu)
/external/elfutils/tests/
Dtypeiter.c41 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main()
Dtypeiter2.c53 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()
Dshow-abbrev.c46 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, NULL, NULL, NULL) == 0) in main()
Dallfcts.c85 while (dwarf_nextcu (dbg, off, &noff, &cuhl, 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()
DChangeLog3573 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
/external/elfutils/libdwfl/
Dcu.c265 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz, in __libdwfl_nextcu()
DChangeLog2832 * 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.c7877 while (dwarf_nextcu (dbg, cuoffset = ncuoffset, &ncuoffset, &hsize, in print_decoded_line_section()
9589 while (dwarf_nextcu (dbg, offset = ncu, &ncu, &hsize, NULL, NULL, NULL) == 0) in print_debug_macinfo_section()
9754 while (dwarf_nextcu (dbg, offset = ncu, &ncu, &hsize, NULL, NULL, NULL) == 0) in print_debug_macro_section()
DChangeLog266 instead of dwarf_nextcu.
4650 * nm.c (get_local_names): Adjust call to dwarf_nextcu.