Searched refs:dwarf_next_unit (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_nextcu.c | 39 dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off, in dwarf_next_unit() function 51 INTDEF(dwarf_next_unit) in INTDEF() argument 305 return INTUSE(dwarf_next_unit) (dwarf, off, next_off, header_sizep, NULL, in dwarf_nextcu()
|
D | libdw.map | 236 dwarf_next_unit;
|
D | libdw.h | 281 extern int dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
|
D | libdwP.h | 1380 INTDECL (dwarf_next_unit)
|
D | ChangeLog | 826 * dwarf_nextcu.c (dwarf_next_unit): Call __libdw_next_unit. 827 (__libdw_next_unit): New function based on dwarf_next_unit with 2261 * dwarf_nextcu.c (dwarf_next_unit): New function, broken out of ... 2266 * libdw.map (ELFUTILS_0.148): New set, add dwarf_next_unit.
|
/external/elfutils/tests/ |
D | typeiter2.c | 43 while (dwarf_next_unit (dbg, off, &noff, &cuhl, NULL, NULL, NULL, in main()
|
D | typeiter.c | 71 while (dwarf_next_unit (dbg, off, &noff, &cuhl, NULL, NULL, NULL, in main()
|
D | dwarf-die-addr-die.c | 109 while (dwarf_next_unit (dbg, off, &off, &hsize, &version, &abbrev, in check_dbg()
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 281 extern int dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 6017 (dwarf_next_unit(dwarf(), offset, &next_offset, &header_size, in build_die_parent_maps() 6040 (dwarf_next_unit(alt_dwarf(), offset, &next_offset, &header_size, in build_die_parent_maps() 6062 (dwarf_next_unit(dwarf(), offset, &next_offset, &header_size, in build_die_parent_maps() 6085 (dwarf_next_unit(dwarf(), offset, &next_offset, &header_size, in build_die_parent_maps() 14354 (dwarf_next_unit(ctxt.dwarf(), offset, &next_offset, &header_size, in read_debug_info_into_corpus()
|
/external/elfutils/ |
D | NEWS | 493 Fix bug using dwarf_next_unit to iterate over .debug_types. 562 libdw: Accept DWARF 4 format: new functions dwarf_next_unit, dwarf_offdie_types.
|
/external/elfutils/config/ |
D | elfutils.spec.in | 679 constant form. Fix bug using dwarf_next_unit to iterate over 729 - libdw: Accept DWARF 4 format: new functions dwarf_next_unit,
|
/external/elfutils/src/ |
D | ChangeLog | 1097 of dwarf_next_unit. Print unit type, id and subdie if available.
|