Home
last modified time | relevance | path

Searched refs:r_debug_info (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/src/libdwfl/
Dcore-file.c387 clear_r_debug_info (struct r_debug_info *r_debug_info) in clear_r_debug_info() argument
389 while (r_debug_info->module != NULL) in clear_r_debug_info()
391 struct r_debug_info_module *module = r_debug_info->module; in clear_r_debug_info()
392 r_debug_info->module = module->next; in clear_r_debug_info()
493 struct r_debug_info r_debug_info; in dwfl_core_file_report() local
494 memset (&r_debug_info, 0, sizeof r_debug_info); in dwfl_core_file_report()
497 &r_debug_info); in dwfl_core_file_report()
510 &r_debug_info); in dwfl_core_file_report()
513 clear_r_debug_info (&r_debug_info); in dwfl_core_file_report()
532 for (struct r_debug_info_module *module = r_debug_info.module; in dwfl_core_file_report()
[all …]
Dlink_map.c242 struct r_debug_info *r_debug_info) in report_r_debug() argument
365 if (r_debug_info != NULL) in report_r_debug()
381 r_debug_info_module->next = r_debug_info->module; in report_r_debug()
382 r_debug_info->module = r_debug_info_module; in report_r_debug()
693 struct r_debug_info *r_debug_info) in dwfl_link_map_report() argument
1019 &integrated_memory_callback, &mcb, r_debug_info); in dwfl_link_map_report()
DlibdwflP.h651 struct r_debug_info struct
665 const struct r_debug_info *r_debug_info);
688 struct r_debug_info *r_debug_info);
Ddwfl_segment_report_module.c242 const struct r_debug_info *r_debug_info) in dwfl_segment_report_module() argument
615 if (r_debug_info != NULL) in dwfl_segment_report_module()
616 for (const struct r_debug_info_module *module = r_debug_info->module; in dwfl_segment_report_module()
641 if (r_debug_info != NULL) in dwfl_segment_report_module()
644 for (struct r_debug_info_module *module = r_debug_info->module; in dwfl_segment_report_module()
DChangeLog728 variable r_debug_info, pass it to dwfl_segment_report_module. Call
741 parameter r_debug_info. New variable name_is_final. Adjust addresses
745 (struct r_debug_info_module, struct r_debug_info): New definitions.
747 r_debug_info.
749 (report_r_debug): Add parameter r_debug_info, describe it in the
752 executable_for_core to it. Store r_debug_info->module info when
754 (dwfl_link_map_report): Add parameter r_debug_info. New variable