/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 | ChangeLog | 3 * 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 …]
|
D | libdw.map | 80 dwarf_nextcu;
|
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 | 1358 INTDECL (dwarf_nextcu)
|
/external/elfutils/tests/ |
D | typeiter.c | 41 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main()
|
D | typeiter2.c | 53 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 | show-abbrev.c | 46 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, NULL, NULL, NULL) == 0) in main()
|
D | allfcts.c | 85 while (dwarf_nextcu (dbg, off, &noff, &cuhl, 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 | 3573 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
|
/external/elfutils/libdwfl/ |
D | cu.c | 265 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz, in __libdwfl_nextcu()
|
D | ChangeLog | 2832 * 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 | 7877 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()
|
D | ChangeLog | 266 instead of dwarf_nextcu. 4650 * nm.c (get_local_names): Adjust call to dwarf_nextcu.
|