Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_build_id_find_elf.c145 && 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()
Dcore-file.c455 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()
Ddwfl_end.c55 free (dwfl->user_core->executable_for_core); in dwfl_end()
Dlink_map.c367 && 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()
DlibdwflP.h112 char *executable_for_core; /* --executable if --core was specified. */ member
DChangeLog52 (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 Dwfl
1074 executable_for_core before calling dwfl_core_file_report.
1101 executable_for_core to it. Store r_debug_info->module info when
1226 (dwfl_end): Free executable_for_core.
1228 (struct Dwfl): New field executable_for_core.