HomeSort by relevance Sort by last modified time
    Searched full:executable_for_core (Results 1 - 6 of 6) sorted by null

  /external/elfutils/libdwfl/
dwfl_end.c 55 free (dwfl->user_core->executable_for_core);
dwfl_build_id_find_elf.c 145 && mod->dwfl->user_core->executable_for_core != NULL)
151 const char *executable = mod->dwfl->user_core->executable_for_core;
core-file.c 455 free (dwfl->user_core->executable_for_core);
459 dwfl->user_core->executable_for_core = NULL;
473 dwfl->user_core->executable_for_core = strdup (executable);
474 if (dwfl->user_core->executable_for_core == NULL)
link_map.c 369 && dwfl->user_core->executable_for_core != NULL)
370 name = dwfl->user_core->executable_for_core;
807 && dwfl->user_core->executable_for_core != NULL)
812 EXECUTABLE_FOR_CORE to find where DYNAMIC is located in the
815 int fd = open (dwfl->user_core->executable_for_core, O_RDONLY);
libdwflP.h 112 char *executable_for_core; /* --executable if --core was specified. */ member in struct:Dwfl_User_Core
224 bool is_executable; /* Use Dwfl::executable_for_core? */
ChangeLog 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 Dwfl
    [all...]

Completed in 363 milliseconds