Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:file

3    This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
37 /* Try to open64 [DIR/][SUBDIR/]DEBUGLINK, return file descriptor or -1.
38 On success, *DEBUGINFO_FILE_NAME has the malloc'd name of the open file. */
64 /* This is the main file by another name. Don't look at it again. */
98 /* We need to open an Elf handle on the file so we can check its
129 /* We need to open an Elf handle on the file so we can check its
166 /* For a alt debug multi file we need a name, for a separate debug
182 /* Look for a file named DEBUGLINK_FILE in the directories
189 /* A leading - or + in the whole path sets whether to check file CRCs. */
212 /* A leading - or + says whether to check file CRCs for this element. */
218 const char *dir, *subdir, *file;
222 /* An empty entry says to try the main file's directory. */
225 file = debuglink_file;
229 named by the main file's absolute directory. This cannot
230 be applied to a relative file name. For alt debug files
231 it means to look for the basename file in that dir or the
240 file = debuglink_file;
245 file = basename (debuglink_file);
250 in the main file's directory. */
253 file = debuglink_file;
258 int fd = try_open (&main_stat, dir, subdir, file, &fname);
264 /* If we are looking for the alt file also try the .dwz subdir.
269 basename (file), &fname);
338 /* If FILE_NAME is a symlink, the debug file might be associated