Searched refs:gdb_realpath (Results 1 – 6 of 6) sorted by relevance
165 real_path = gdb_realpath (name); in lookup_symtab()197 char *rp = gdb_realpath (fullname); in lookup_symtab()261 real_path = gdb_realpath (name); in lookup_partial_symtab()290 rp = gdb_realpath (pst->fullname); in lookup_partial_symtab()
402 extern char *gdb_realpath (const char *);
2921 gdb_realpath (const char *filename) in gdb_realpath() function3028 real_path = gdb_realpath (dir_name); in xfullpath()
1990 * utils.c (gdb_realpath): Add comment mentioning realpath with a2088 * utils.c (gdb_realpath): Make rp a constant pointer.2092 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with11558 * source.c (openp): Use xfullpath in place of gdb_realpath to11642 * utils.c (gdb_realpath): If canonicalize_file_name fails, return11993 (gdb_realpath): Prefer realpath if available and usable.12184 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.12382 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is14201 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
128 * defs.h (gdb_realpath): Declare.130 * source.c (openp): Use gdb_realpath.133 * utils.c (gdb_realpath): New function.
13056 * utils.c (gdb_realpath): Move closing brace outwards one #endif.