Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:file_name

57 __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug, char **file_name)
59 /* If *FILE_NAME was primed into the module, leave it there
116 if (*file_name != NULL)
117 free (*file_name);
118 *file_name = canonicalize_file_name (name);
119 if (*file_name == NULL)
121 *file_name = name;
149 char **file_name, Elf **elfp)
152 int fd = __libdwfl_open_by_build_id (mod, false, file_name);
166 free (*file_name);
167 *file_name = NULL;