Searched refs:dwarf_next_unit (Results 1 – 12 of 12) sorted by relevance
/external/elfutils/src/libdw/ |
D | dwarf_nextcu.c | 39 dwarf_next_unit (dwarf, off, next_off, header_sizep, versionp, abbrev_offsetp, in dwarf_next_unit() function 182 INTDEF(dwarf_next_unit) 195 return INTUSE(dwarf_next_unit) (dwarf, off, next_off, header_sizep, NULL,
|
D | libdw_findcu.c | 82 if (INTUSE(dwarf_next_unit) (dbg, oldoff, offsetp, NULL,
|
D | libdw.map | 247 dwarf_next_unit;
|
D | libdwP.h | 793 INTDECL (dwarf_next_unit)
|
D | libdw.h | 299 extern int dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
|
D | ChangeLog | 861 * dwarf_nextcu.c (dwarf_next_unit): New function, broken out of ... 866 * libdw.map (ELFUTILS_0.148): New set, add dwarf_next_unit.
|
/external/elfutils/src/tests/ |
D | typeiter.c | 71 while (dwarf_next_unit (dbg, off, &noff, &cuhl, NULL, NULL, NULL, in main()
|
D | typeiter2.c | 42 while (dwarf_next_unit (dbg, off, &noff, &cuhl, NULL, NULL, NULL, in main()
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 299 extern int dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
|
/external/elfutils/src/config/ |
D | elfutils.spec.in | 307 constant form. Fix bug using dwarf_next_unit to iterate over 357 - libdw: Accept DWARF 4 format: new functions dwarf_next_unit,
|
/external/elfutils/src/ |
D | NEWS | 143 Fix bug using dwarf_next_unit to iterate over .debug_types. 212 libdw: Accept DWARF 4 format: new functions dwarf_next_unit, dwarf_offdie_types.
|
/external/elfutils/src/src/ |
D | readelf.c | 6124 if (dwarf_next_unit (dbg, offset, &nextcu, &cuhl, &version, in print_debug_units()
|