Searched refs:dwarf_cu_info (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/tests/ |
D | run-unit-info.sh | 50 Iterate getting all info, compare with dwarf_cu_info. 56 Iterate no info, compare recorded info with dwarf_cu_info. 63 Iterate getting all info, compare with dwarf_cu_info. 69 Iterate no info, compare recorded info with dwarf_cu_info.
|
D | unit-info.c | 83 if (dwarf_cu_info (cu, in main() 124 if (dwarf_cu_info (subdie.cu, in main() 200 if (dwarf_cu_info (cu, in main() 259 if (dwarf_cu_info (subdie.cu, in main()
|
D | low_high_pc.c | 108 if (dwarf_cu_info (a.cu->cu, NULL, &unit_type, NULL, &subdie, in main()
|
D | varlocs.c | 1090 if (dwarf_cu_info (cu->cu, NULL, &unit_type, &cudie, &subdie, in main()
|
/external/elfutils/libdw/ |
D | dwarf_cu_info.c | 39 dwarf_cu_info (Dwarf_CU *cu, in dwarf_cu_info() function
|
D | libdw.map | 352 dwarf_cu_info;
|
D | Makefile.am | 94 libdw_find_split_unit.c dwarf_cu_info.c \
|
D | libdw.h | 310 extern int dwarf_cu_info (Dwarf_CU *cu,
|
D | ChangeLog | 328 * dwarf_cu_info.c: New file. 329 * Makefile.am (libdw_a_SOURCES): Add dwarf_cu_info.c. 330 * libdw.h (dwarf_cu_info): New function declaration. 331 * libdw.map (ELFUTILS_0.171): Add dwarf_cu_info.
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 310 extern int dwarf_cu_info (Dwarf_CU *cu,
|
/external/elfutils/src/ |
D | readelf.c | 5546 if (dwarf_cu_info (*cu, NULL, NULL, &cudie, NULL, NULL, NULL, NULL) == 0) in split_dwarf_cu_base() 7655 dwarf_cu_info (cu, NULL, NULL, NULL, &typedie, in print_debug_units() 7772 if (dwarf_cu_info (cu, NULL, NULL, NULL, &subdie, NULL, NULL, NULL) != 0 in print_debug_units() 7866 if (cu != NULL && dwarf_cu_info (cu, NULL, NULL, &cudie, in print_decoded_line_section() 10906 if (dwarf_cu_info (cu, NULL, &unit_type, NULL, NULL, in is_split_dwarf() 11037 if (dwarf_cu_info (cu, NULL, &unit_type, NULL, NULL, in print_debug() 11043 if (dwarf_cu_info (cu, NULL, NULL, NULL, in print_debug()
|
/external/elfutils/ |
D | NEWS | 83 (dwarf_get_units and dwarf_cu_info), handle new attribute data 98 dwarf_getabbrevattr_data and dwarf_cu_info.
|
/external/elfutils/config/ |
D | elfutils.spec.in | 291 dwarf_getabbrevattr_data and dwarf_cu_info.
|