Searched refs:executable_for_core (Results 1 – 6 of 6) sorted by relevance
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()474 dwfl->user_core->executable_for_core = strdup (executable); in dwfl_core_file_report()475 if (dwfl->user_core->executable_for_core == NULL) in dwfl_core_file_report()494 free (dwfl->user_core->executable_for_core); in dwfl_core_file_report()
153 && mod->dwfl->user_core->executable_for_core != NULL) in dwfl_build_id_find_elf()159 const char *executable = mod->dwfl->user_core->executable_for_core; in dwfl_build_id_find_elf()
63 free (dwfl->user_core->executable_for_core); in dwfl_end()
385 && dwfl->user_core->executable_for_core != NULL) in report_r_debug()386 name = dwfl->user_core->executable_for_core; in report_r_debug()804 && dwfl->user_core->executable_for_core != NULL) in dwfl_link_map_report()812 int fd = open (dwfl->user_core->executable_for_core, O_RDONLY); in dwfl_link_map_report()
111 char *executable_for_core; /* --executable if --core was specified. */ member
658 (struct DWfl): Replace executable_for_core with user_core.661 executable_for_core in Dwfl user_core.663 executable_for_core in Dwfl user_core.665 * link-map.c (report_r_debug): Check executable_for_core in Dwfl1680 executable_for_core before calling dwfl_core_file_report.1707 executable_for_core to it. Store r_debug_info->module info when1832 (dwfl_end): Free executable_for_core.1834 (struct Dwfl): New field executable_for_core.