Searched refs:dwarf_cu_info (Results 1 – 14 of 14) 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/libabigail/tests/data/test-diff-pkg/ |
D | elfutils-libs-0.170-4.el7.x86_64-multiple-sym-vers-report-0.txt | 7 …] 'function int dwarf_cu_info(Dwarf_CU*, Dwarf_Half*, uint8_t*, Dwarf_Die*, Dwarf_Die*, uint64_t*,…
|
/external/elfutils/libdw/ |
D | dwarf_cu_info.c | 39 dwarf_cu_info (Dwarf_CU *cu, in dwarf_cu_info() function
|
D | libdw.map | 342 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 | 524 * dwarf_cu_info.c: New file. 525 * Makefile.am (libdw_a_SOURCES): Add dwarf_cu_info.c. 526 * libdw.h (dwarf_cu_info): New function declaration. 527 * 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 | 5620 if (dwarf_cu_info (*cu, NULL, NULL, &cudie, NULL, NULL, NULL, NULL) == 0) in split_dwarf_cu_base() 7831 dwarf_cu_info (cu, NULL, NULL, NULL, &typedie, in print_debug_units() 7948 if (dwarf_cu_info (cu, NULL, NULL, NULL, &subdie, NULL, NULL, NULL) != 0 in print_debug_units() 8042 if (cu != NULL && dwarf_cu_info (cu, NULL, NULL, &cudie, in print_decoded_line_section() 11128 if (dwarf_cu_info (cu, NULL, &unit_type, NULL, NULL, in is_split_dwarf() 11259 if (dwarf_cu_info (cu, NULL, &unit_type, NULL, NULL, in print_debug() 11265 if (dwarf_cu_info (cu, NULL, NULL, NULL, in print_debug()
|
/external/elfutils/ |
D | NEWS | 218 (dwarf_get_units and dwarf_cu_info), handle new attribute data 233 dwarf_getabbrevattr_data and dwarf_cu_info.
|
/external/elfutils/config/ |
D | elfutils.spec.in | 489 dwarf_getabbrevattr_data and dwarf_cu_info.
|