Searched refs:r_debug_info (Results 1 – 5 of 5) sorted by relevance
408 clear_r_debug_info (struct r_debug_info *r_debug_info) in clear_r_debug_info() argument410 while (r_debug_info->module != NULL) in clear_r_debug_info()412 struct r_debug_info_module *module = r_debug_info->module; in clear_r_debug_info()413 r_debug_info->module = module->next; in clear_r_debug_info()545 struct r_debug_info r_debug_info; in dwfl_core_file_report() local546 memset (&r_debug_info, 0, sizeof r_debug_info); in dwfl_core_file_report()549 &r_debug_info); in dwfl_core_file_report()562 &r_debug_info); in dwfl_core_file_report()565 clear_r_debug_info (&r_debug_info); in dwfl_core_file_report()584 for (struct r_debug_info_module *module = r_debug_info.module; in dwfl_core_file_report()[all …]
314 struct r_debug_info *r_debug_info) in report_r_debug() argument389 if (r_debug_info != NULL) in report_r_debug()406 r_debug_info_module->next = r_debug_info->module; in report_r_debug()407 r_debug_info->module = r_debug_info_module; in report_r_debug()721 struct r_debug_info *r_debug_info) in dwfl_link_map_report() argument1055 &integrated_memory_callback, &mcb, r_debug_info); in dwfl_link_map_report()
689 struct r_debug_info struct703 const struct r_debug_info *r_debug_info);726 struct r_debug_info *r_debug_info);
298 const struct r_debug_info *r_debug_info) in dwfl_segment_report_module() argument664 if (r_debug_info != NULL) in dwfl_segment_report_module()665 for (const struct r_debug_info_module *module = r_debug_info->module; in dwfl_segment_report_module()690 if (r_debug_info != NULL) in dwfl_segment_report_module()693 for (struct r_debug_info_module *module = r_debug_info->module; in dwfl_segment_report_module()
1683 variable r_debug_info, pass it to dwfl_segment_report_module. Call1696 parameter r_debug_info. New variable name_is_final. Adjust addresses1700 (struct r_debug_info_module, struct r_debug_info): New definitions.1702 r_debug_info.1704 (report_r_debug): Add parameter r_debug_info, describe it in the1707 executable_for_core to it. Store r_debug_info->module info when1709 (dwfl_link_map_report): Add parameter r_debug_info. New variable