Home
last modified time | relevance | path

Searched refs:gdb_realpath (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsymtab.c165 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()
H A Ddefs.h402 extern char *gdb_realpath (const char *);
H A Dutils.c2921 gdb_realpath (const char *filename) in gdb_realpath() function
3028 real_path = gdb_realpath (dir_name); in xfullpath()
H A DChangeLog-20021990 * utils.c (gdb_realpath): Add comment mentioning realpath with a
2088 * utils.c (gdb_realpath): Make rp a constant pointer.
2092 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
11558 * source.c (openp): Use xfullpath in place of gdb_realpath to
11642 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
11993 (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 is
14201 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
H A DChangeLog-2001128 * defs.h (gdb_realpath): Declare.
130 * source.c (openp): Use gdb_realpath.
133 * utils.c (gdb_realpath): New function.
H A DChangeLog-200313056 * utils.c (gdb_realpath): Move closing brace outwards one #endif.