Searched refs:DPRINTFX (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libproc/ |
H A D | proc_sym.c | 221 DPRINTFX("ERROR: CRC32 mismatch for %s", path); in open_debug_file() 262 DPRINTFX("ERROR: elf_begin() failed: %s", elf_errmsg(-1)); in open_object() 266 DPRINTFX("ERROR: elf_getehdr() failed: %s", elf_errmsg(-1)); in open_object() 273 DPRINTFX("ERROR: gelf_getshdr failed: %s", in open_object() 280 DPRINTFX("ERROR: elf_getshdrstrndx failed: %s", in open_object() 294 DPRINTFX("ERROR: elf_getdata failed: %s", elf_errmsg(-1)); in open_object() 303 DPRINTFX("ERROR: debuglink section is too small (%zd bytes)", in open_object() 308 DPRINTFX("ERROR: no null-terminator in gnu_debuglink section"); in open_object() 350 DPRINTFX("ERROR: elf_begin failed: %s", elf_errmsg(-1)); in open_object() 507 DPRINTFX("ERROR: proc_addr2map failed to resolve 0x%jx", (uintmax_t)addr); in proc_addr2sym() [all …]
|
H A D | _libproc.h | 83 #define DPRINTFX(...) warnx(__VA_ARGS__) macro 86 #define DPRINTFX(...) do { } while (0) macro
|
H A D | proc_create.c | 160 DPRINTFX("ERROR: child process %d status 0x%x", pid, status); in proc_attach() 219 DPRINTFX("ERROR: child process %d status 0x%x", pid, status); in proc_create()
|