Searched refs:executable_for_core (Results 1 – 6 of 6) sorted by relevance
145 && mod->dwfl->user_core->executable_for_core != NULL) in dwfl_build_id_find_elf()151 const char *executable = mod->dwfl->user_core->executable_for_core; in dwfl_build_id_find_elf()
455 free (dwfl->user_core->executable_for_core); in dwfl_core_file_report()459 dwfl->user_core->executable_for_core = NULL; in dwfl_core_file_report()473 dwfl->user_core->executable_for_core = strdup (executable); in dwfl_core_file_report()474 if (dwfl->user_core->executable_for_core == NULL) in dwfl_core_file_report()
55 free (dwfl->user_core->executable_for_core); in dwfl_end()
367 && dwfl->user_core->executable_for_core != NULL) in report_r_debug()368 name = dwfl->user_core->executable_for_core; in report_r_debug()803 && dwfl->user_core->executable_for_core != NULL) in dwfl_link_map_report()811 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
52 (struct DWfl): Replace executable_for_core with user_core.55 executable_for_core in Dwfl user_core.57 executable_for_core in Dwfl user_core.59 * link-map.c (report_r_debug): Check executable_for_core in Dwfl1074 executable_for_core before calling dwfl_core_file_report.1101 executable_for_core to it. Store r_debug_info->module info when1226 (dwfl_end): Free executable_for_core.1228 (struct Dwfl): New field executable_for_core.