/external/elfutils/libdw/ |
D | dwarf_nextcu.c | 60 dwarf_nextcu (dwarf, off, next_off, header_sizep, abbrev_offsetp, in dwarf_nextcu() function 175 INTDEF(dwarf_nextcu)
|
D | ChangeLog | 28 * 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
|
D | libdw_findcu.c | 113 if (INTUSE(dwarf_nextcu) (dbg, oldoff, &dbg->next_cu_offset, NULL,
|
D | libdw.map | 81 dwarf_nextcu;
|
D | dwarf_getsrc_file.c | 80 while (INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in dwarf_getsrc_file()
|
D | Android.mk | 104 dwarf_nextcu.c \
|
D | Makefile.am | 54 dwarf_error.c dwarf_nextcu.c dwarf_diename.c dwarf_offdie.c \
|
D | libdwP.h | 447 INTDECL (dwarf_nextcu)
|
D | libdw.h | 226 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
|
D | Makefile.in | 71 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/ |
D | allfcts.c | 63 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main()
|
D | get-files.c | 63 while (dwarf_nextcu (dbg, o, &ncu, &cuhl, &ao, &asz, &osz) == 0) in main()
|
D | show-abbrev.c | 54 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, NULL, NULL, NULL) == 0) in main()
|
D | get-lines.c | 62 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, &ao, &asz, &osz) == 0) in main()
|
D | dwflmodtest.c | 200 while (dwarf_nextcu (dw, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in print_module()
|
D | show-die-info.c | 504 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize, in main()
|
D | ChangeLog | 903 * show-abbrev.c: Adjust call to dwarf_nextcu after interface change.
|
/external/elfutils/libdwfl/ |
D | cu.c | 275 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz, in __libdwfl_nextcu()
|
D | ChangeLog | 752 * cu.c (__libdwfl_nextcu): Return success when dwarf_nextcu hits end.
|
/external/linux-tools-perf/util/ |
D | probe-finder.c | 1563 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/ |
D | nm.c | 625 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL, in get_local_names()
|
D | readelf.c | 4416 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()
|
D | ChangeLog | 1459 * nm.c (get_local_names): Adjust call to dwarf_nextcu.
|