Searched refs:debugfile (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/lib/libproc/ |
| H A D | proc_sym.c | 208 open_debug_file(char *path, const char *debugfile, uint32_t crc) in open_debug_file() argument 217 if (strlcat(path, debugfile, PATH_MAX) >= PATH_MAX) in open_debug_file() 246 const char *debugfile, *scnname; in open_object() local 313 debugfile = data->d_buf; in open_object() 328 if ((fd2 = open_debug_file(path, debugfile, crc)) >= 0) in open_object() 332 (fd2 = open_debug_file(path, debugfile, crc)) >= 0) in open_object() 338 if ((fd2 = open_debug_file(path, debugfile, crc)) >= 0) in open_object()
|