Home
last modified time | relevance | path

Searched refs:OPF_DISABLE_REALPATH (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dexec.c214 OPF_TRY_CWD_FIRST | OPF_DISABLE_REALPATH, filename, in exec_file_attach()
224 OPF_TRY_CWD_FIRST | OPF_DISABLE_REALPATH, in exec_file_attach()
H A Ddefs.h351 #define OPF_DISABLE_REALPATH 0x04 macro
H A Dsource.c861 realpath_fptr = ((opts & OPF_DISABLE_REALPATH) != 0 in openp()