Searched refs:debugfile (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libproc/ |
H A D | proc_sym.c | 207 open_debug_file(char *path, const char *debugfile, uint32_t crc) in open_debug_file() argument 216 if (strlcat(path, debugfile, PATH_MAX) >= PATH_MAX) in open_debug_file() 245 const char *debugfile, *scnname; in open_object() local 312 debugfile = data->d_buf; in open_object() 327 if ((fd2 = open_debug_file(path, debugfile, crc)) >= 0) in open_object() 331 (fd2 = open_debug_file(path, debugfile, crc)) >= 0) in open_object() 337 if ((fd2 = open_debug_file(path, debugfile, crc)) >= 0) in open_object()
|