Searched refs:executable_for_core (Results 1 – 6 of 6) sorted by relevance
460 free (dwfl->user_core->executable_for_core); in dwfl_core_file_report()464 dwfl->user_core->executable_for_core = NULL; in dwfl_core_file_report()479 dwfl->user_core->executable_for_core = strdup (executable); in dwfl_core_file_report()480 if (dwfl->user_core->executable_for_core == NULL) in dwfl_core_file_report()499 free (dwfl->user_core->executable_for_core); in dwfl_core_file_report()
152 && mod->dwfl->user_core->executable_for_core != NULL) in dwfl_build_id_find_elf()158 const char *executable = mod->dwfl->user_core->executable_for_core; in dwfl_build_id_find_elf()
62 free (dwfl->user_core->executable_for_core); in dwfl_end()
384 && dwfl->user_core->executable_for_core != NULL) in report_r_debug()385 name = dwfl->user_core->executable_for_core; in report_r_debug()805 && dwfl->user_core->executable_for_core != NULL) in dwfl_link_map_report()813 int fd = open (dwfl->user_core->executable_for_core, O_RDONLY); in dwfl_link_map_report()
112 char *executable_for_core; /* --executable if --core was specified. */ member
931 (struct DWfl): Replace executable_for_core with user_core.934 executable_for_core in Dwfl user_core.936 executable_for_core in Dwfl user_core.938 * link-map.c (report_r_debug): Check executable_for_core in Dwfl1953 executable_for_core before calling dwfl_core_file_report.1980 executable_for_core to it. Store r_debug_info->module info when2105 (dwfl_end): Free executable_for_core.2107 (struct Dwfl): New field executable_for_core.