Searched refs:dwarf_cu_info (Results 1 - 6 of 6) sorted by relevance
/third_party/elfutils/tests/ |
H A D | unit-info.c | 1 /* Test dwarf_cu_info properties. 65 printf ("Iterate getting all info, compare with dwarf_cu_info.\n"); in main() 83 if (dwarf_cu_info (cu, in main() 87 printf ("Invalid dwarf_cu_info: %s\n", dwarf_errmsg (-1)); in main() 124 if (dwarf_cu_info (subdie.cu, in main() 128 printf ("Invalid subdie dwarf_cu_info: %s\n", in main() 189 printf ("Iterate no info, compare recorded info with dwarf_cu_info.\n"); in main() 200 if (dwarf_cu_info (cu, in main() 204 printf ("Invalid dwarf_cu_info: %s\n", dwarf_errmsg (-1)); in main() 259 if (dwarf_cu_info (subdi in main() [all...] |
H A D | low_high_pc.c | 108 if (dwarf_cu_info (a.cu->cu, NULL, &unit_type, NULL, &subdie, in main() 112 fail (off, "dwarf_cu_info", dwarf_errmsg (-1)); in main()
|
H A D | varlocs.c | 1089 if (dwarf_cu_info (cu->cu, NULL, &unit_type, &cudie, &subdie, in main() 1091 error (EXIT_FAILURE, 0, "dwarf_cu_info: %s", dwarf_errmsg (-1)); in main()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_cu_info.c | 39 dwarf_cu_info (Dwarf_CU *cu, in dwarf_cu_info() function
|
H A D | libdw.h | 310 extern int dwarf_cu_info (Dwarf_CU *cu,
|
/third_party/elfutils/src/ |
H A D | readelf.c | 5790 if (dwarf_cu_info (*cu, NULL, NULL, &cudie, NULL, NULL, NULL, NULL) == 0) in split_dwarf_cu_base() 8004 dwarf_cu_info (cu, NULL, NULL, NULL, &typedie, in print_debug_units() 8119 if (dwarf_cu_info (cu, NULL, NULL, NULL, &subdie, NULL, NULL, NULL) != 0 in print_debug_units() 8213 if (cu != NULL && dwarf_cu_info (cu, NULL, NULL, &cudie, in print_decoded_line_section() 11383 if (dwarf_cu_info (cu, NULL, &unit_type, NULL, NULL, in is_split_dwarf() 11514 if (dwarf_cu_info (cu, NULL, &unit_type, NULL, NULL, in print_debug() 11520 if (dwarf_cu_info (cu, NULL, NULL, NULL, in print_debug()
|
Completed in 20 milliseconds