Lines Matching defs:file
3 This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
159 /* The underlying ELF file. */
166 /* dwz alternate DWARF file. */
172 /* True if the file has a byte order different from the host. */
179 close this file descriptor. */
290 unsigned int file;
368 /* The source file information. */
506 /* The source file information. */
546 Descriptions) for the directory/file table (plus DW_FORM_strp_sup). */
581 /* We have to include the file at this point because the inline
1034 debug file (when we support .dwp files, we must actually find the
1342 /* Given the directory of a debug file, an absolute or relative dir
1343 to look in, and file returns a full path.
1345 If the file is absolute (starts with a /) a copy of file is returned.
1346 the file isn't absolute, but dir is absolute, then a path that is
1347 the concatenation of dir and file is returned. If neither file,
1349 NULL) and file relative to the debugdir (if valid).
1352 If file is NULL, or no full path can be constructed NULL is returned.
1356 const char *file)