Searched refs:debugfile (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/lib/libproc/ |
| H A D | proc_sym.c | 213 open_debug_file(char *path, const char *debugfile, uint32_t crc) in open_debug_file() argument 222 if (strlcat(path, debugfile, PATH_MAX) >= PATH_MAX) in open_debug_file() 251 const char *debugfile, *scnname; in open_object() local 318 debugfile = data->d_buf; in open_object() 333 if ((fd2 = open_debug_file(path, debugfile, crc)) >= 0) in open_object() 337 (fd2 = open_debug_file(path, debugfile, crc)) >= 0) in open_object() 343 if ((fd2 = open_debug_file(path, debugfile, crc)) >= 0) in open_object()
|