Lines Matching defs:file
3 This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
50 __libdw_filepath (const char *debugdir, const char *dir, const char *file)
52 if (file == NULL)
55 if (file[0] == '/')
56 return strdup (file);
61 size_t filelen = strlen (file);
69 mempcpy (c, file, filelen + 1);
78 size_t filelen = strlen (file);
90 mempcpy (c, file, filelen + 1);
115 /* We only look in the standard path. And relative to the dbg file. */
139 /* Fall back on (possible relative) alt file path. */