Home
last modified time | relevance | path

Searched refs:executable_for_core (Results 1 – 6 of 6) sorted by relevance

/third_party/elfutils/libdwfl/
Dcore-file.c460 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()
Ddwfl_build_id_find_elf.c152 && 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()
Ddwfl_end.c62 free (dwfl->user_core->executable_for_core); in dwfl_end()
Dlink_map.c384 && 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()
DlibdwflP.h112 char *executable_for_core; /* --executable if --core was specified. */ member
DChangeLog931 (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 Dwfl
1953 executable_for_core before calling dwfl_core_file_report.
1980 executable_for_core to it. Store r_debug_info->module info when
2105 (dwfl_end): Free executable_for_core.
2107 (struct Dwfl): New field executable_for_core.