Searched refs:dwarf_get_units (Results 1 – 20 of 20) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_next_lines.c | 102 while (dwarf_get_units (dbg, next_cu, &next_cu, NULL, NULL, in dwarf_next_lines() 134 while (dwarf_get_units (dbg, next_cu, &next_cu, NULL, NULL, in dwarf_next_lines()
|
D | dwarf_get_units.c | 39 dwarf_get_units (Dwarf *dwarf, Dwarf_CU *cu, Dwarf_CU **next_cu, in dwarf_get_units() function
|
D | libdw_find_split_unit.c | 55 while (dwarf_get_units (split_dwarf, split, &split, in try_split_file()
|
D | libdw.map | 340 dwarf_get_units;
|
D | Makefile.am | 93 dwarf_die_addr_die.c dwarf_get_units.c \
|
D | libdw.h | 299 extern int dwarf_get_units (Dwarf *dwarf, Dwarf_CU *cu, Dwarf_CU **next_cu,
|
D | ChangeLog | 326 * dwarf_get_units.c (dwarf_get_units): Handle existing error, no 585 * dwarf_get_units.c (dwarf_get_units): Handle DW_UT_skeleton by 807 * Makefile.am (libdw_a_SOURCES): Add dwarf_get_units.c. 808 * dwarf_get_units.c: New file. 809 * libdw.h (dwarf_get_units): New function declaration. 810 * libdw.map (ELFUTILS_0.170): Add dwarf_get_units.
|
D | libdwP.h | 1031 if (dwarf_get_units (dbg, NULL, &first_cu, in str_offsets_base_off()
|
/external/elfutils/tests/ |
D | unit-info.c | 66 while (dwarf_get_units (dbg, cu, &cu, &version, in main() 190 while (dwarf_get_units (dbg, cu, &cu, NULL, NULL, NULL, NULL) == 0) in main()
|
D | get-units-split.c | 50 while (dwarf_get_units (dbg, cu, &cu, NULL, in main()
|
D | all-dwarf-ranges.c | 80 while (dwarf_get_units (dbg, cu, &cu, NULL, in main()
|
D | attr-integrate-skel.c | 51 while (dwarf_get_units (dbg, cu, &cu, &version, in main()
|
D | get-units-invalid.c | 49 while (dwarf_get_units (dbg, cu, &cu, NULL, in main()
|
D | dwarf-die-addr-die.c | 141 while (dwarf_get_units (dbg, cu, &cu, NULL, in check_dbg()
|
D | ChangeLog | 990 type, gotten through dwarf_get_units.
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 299 extern int dwarf_get_units (Dwarf *dwarf, Dwarf_CU *cu, Dwarf_CU **next_cu,
|
/external/elfutils/ |
D | NEWS | 218 (dwarf_get_units and dwarf_cu_info), handle new attribute data 232 libdw: New functions dwarf_die_addr_die, dwarf_get_units,
|
/external/elfutils/src/ |
D | readelf.c | 7770 unit_res = dwarf_get_units (dbg, cu, &cu, &version, &unit_type, in print_debug_units() 10451 if (dwarf_get_units (dbg, NULL, &cu, NULL, &unit_type, in print_debug_str_offsets_section() 11125 while (dwarf_get_units (dbg, cu, &cu, NULL, NULL, NULL, NULL) == 0) in is_split_dwarf() 11254 while (dwarf_get_units (skel_dbg, cu, &cu, in print_debug()
|
D | ChangeLog | 1096 (print_debug_units): Use dwarf_get_units and dwarf_cu_die instead
|
/external/elfutils/config/ |
D | elfutils.spec.in | 488 - libdw: New functions dwarf_die_addr_die, dwarf_get_units,
|