/external/elfutils/libdw/ |
D | dwarf_nextcu.c | 301 dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off, in dwarf_nextcu() function 309 INTDEF(dwarf_nextcu)
|
D | dwarf_getsrc_file.c | 59 INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0; in dwarf_getsrc_file()
|
D | libdw.map | 80 dwarf_nextcu;
|
D | ChangeLog | 199 * 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 …]
|
D | Makefile.am | 46 dwarf_error.c dwarf_nextcu.c dwarf_diename.c dwarf_offdie.c \
|
D | libdw.h | 273 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
|
D | libdwP.h | 1379 INTDECL (dwarf_nextcu)
|
/external/elfutils/tests/ |
D | typeiter2.c | 53 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main()
|
D | typeiter.c | 41 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main()
|
D | get-files.c | 55 while (dwarf_nextcu (dbg, o, &ncu, &cuhl, &ao, &asz, &osz) == 0) in main()
|
D | allfcts.c | 85 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main()
|
D | show-abbrev.c | 46 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, NULL, NULL, NULL) == 0) in main()
|
D | get-lines.c | 55 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, &ao, &asz, &osz) == 0) in main()
|
D | dwarf-die-addr-die.c | 90 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize, in check_dbg()
|
D | dwflmodtest.c | 192 while (dwarf_nextcu (dw, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in print_module()
|
D | show-die-info.c | 337 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize, in main()
|
D | ChangeLog | 4170 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
|
/external/elfutils/libdwfl/ |
D | cu.c | 268 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz, in __libdwfl_nextcu()
|
D | ChangeLog | 3107 * cu.c (__libdwfl_nextcu): Return success when dwarf_nextcu hits end.
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 273 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
|
/external/elfutils/src/ |
D | nm.c | 627 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL, in get_local_names()
|
D | readelf.c | 8053 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()
|
D | ChangeLog | 672 instead of dwarf_nextcu. 5056 * nm.c (get_local_names): Adjust call to dwarf_nextcu.
|
/external/elfutils/debuginfod/ |
D | debuginfod.cxx | 2097 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL, NULL) == 0) in dwarf_extract_source_paths()
|
/external/libabigail/ |
D | ChangeLog | 32621 (build_corpus): Use dwarf_nextcu instead of dwfl_nextcu, so that
|