Lines Matching refs:dprintf
193 dprintf("Pgrab_core: failed to read NT_PSTATUS\n"); in note_pstatus()
219 dprintf("Pgrab_core: failed to add NT_LWPSTATUS\n"); in note_lwpstatus()
235 dprintf("Pgrab_core: failed to read NT_LWPSTATUS\n"); in note_lwpstatus()
257 dprintf("pr_fname = <%s>\n", P->psinfo.pr_fname); in note_psinfo()
258 dprintf("pr_psargs = <%s>\n", P->psinfo.pr_psargs); in note_psinfo()
259 dprintf("pr_wstat = 0x%x\n", P->psinfo.pr_wstat); in note_psinfo()
264 dprintf("Pgrab_core: failed to read NT_PSINFO\n"); in note_psinfo()
290 dprintf("Pgrab_core: failed to add NT_LWPSINFO\n"); in note_lwpsinfo()
298 dprintf("Pgrab_core: failed to read NT_LWPSINFO\n"); in note_lwpsinfo()
312 dprintf("Pgrab_core: failed to read NT_PLATFORM\n"); in note_platform()
336 dprintf("Pgrab_core: failed to read NT_UTSNAME\n"); in note_utsname()
342 dprintf("uts.sysname = \"%s\"\n", utsp->sysname); in note_utsname()
343 dprintf("uts.nodename = \"%s\"\n", utsp->nodename); in note_utsname()
344 dprintf("uts.release = \"%s\"\n", utsp->release); in note_utsname()
345 dprintf("uts.version = \"%s\"\n", utsp->version); in note_utsname()
346 dprintf("uts.machine = \"%s\"\n", utsp->machine); in note_utsname()
366 dprintf("core content = %llx\n", content); in note_content()
394 dprintf("Pgrab_core: failed to read NT_PRCRED\n"); in note_cred()
400 dprintf("pr_ngroups = %d; resetting to %d based on note size\n", in note_cred()
426 dprintf("Pgrab_core: failed to read NT_LDT\n"); in note_ldt()
449 dprintf("Pgrab_core: failed to read NT_PRPRIV\n"); in note_priv()
474 dprintf("Pgrab_core: failed to read NT_PRPRIVINFO\n"); in note_priv_info()
496 dprintf("Pgrab_core: failed to read NT_ZONENAME\n"); in note_zonename()
521 dprintf("Pgrab_core: failed to read NT_AUXV\n"); in note_auxv()
550 dprintf("P->auxv[%lu] = ( %d, 0x%lx )\n", (ulong_t)i, in note_auxv()
582 dprintf("Pgrab_core: failed to read NT_PRXREG\n"); in note_xreg()
641 dprintf("Pgrab_core: failed to read NT_ASRS\n"); in note_asrs()
656 dprintf("skipping unsupported note type\n"); in note_notsup()
716 dprintf("mapping base %llx filesz %llu memsz %llu offset %llu\n", in core_add_mapping()
733 dprintf("core file data for mapping at %p not saved: %s\n", in core_add_mapping()
739 dprintf("core file may be corrupt -- data for mapping " in core_add_mapping()
814 dprintf("fake_up_symtab: invalid section\n"); in fake_up_symtab()
819 dprintf("Symbol table already loaded (sh_addr 0x%lx)\n", in fake_up_symtab()
859 dprintf("fake_up_symtab: pread of symtab[1] failed\n"); in fake_up_symtab()
875 dprintf("fake_up_symtab: pread of symtab[2] failed\n"); in fake_up_symtab()
960 dprintf("fake_up_symtab: failed to get section data at %p\n", in fake_up_symtab()
1110 dprintf("extended ELF header\n"); in core_elf_fdopen()
1140 dprintf("section header count %lu\n", in core_elf_fdopen()
1146 dprintf("section string index %u\n", shdr.sh_link); in core_elf_fdopen()
1151 dprintf("program header count %u\n", shdr.sh_info); in core_elf_fdopen()
1192 dprintf("suspicious program header count %u %u\n", in core_elf_fdopen()
1216 dprintf("using new program header count\n"); in core_elf_fdopen()
1218 dprintf("inconsistent program header count\n"); in core_elf_fdopen()
1377 dprintf("failed to read name %p\n", (void *)rlp->rl_nameaddr); in core_iter_mapping()
1381 dprintf("rd_loadobj name = \"%s\" rl_base = %p\n", in core_iter_mapping()
1385 dprintf("no mapping for %p\n", (void *)rlp->rl_base); in core_iter_mapping()
1400 dprintf("failed to malloc mapping data\n"); in core_iter_mapping()
1408 dprintf("failed to malloc mapping data\n"); in core_iter_mapping()
1460 dprintf("core_iter_mapping %s: associating " in core_iter_mapping()
1467 dprintf("core_iter_mapping %s: segment at " in core_iter_mapping()
1491 dprintf("core_iter_mapping: no symtab for %s\n", in core_iter_mapping()
1496 dprintf("found data for %s at %p (pr_offset 0x%llx)\n", in core_iter_mapping()
1500 dprintf("core_iter_mapping: no data found for %s\n", in core_iter_mapping()
1540 dprintf("corrupt shstrndx (%u) exceeds shnum (%u)\n", in core_load_shdrs()
1550 dprintf("failed to malloc %u section headers: %s\n", in core_load_shdrs()
1557 dprintf("failed to malloc %d bytes: %s\n", (int)nbytes, in core_load_shdrs()
1564 dprintf("failed to read section headers at off %lld: %s\n", in core_load_shdrs()
1590 dprintf("failed to allocate %lu bytes for shstrtab\n", in core_load_shdrs()
1597 dprintf("failed to read %lu bytes of shstrs at off %lld: %s\n", in core_load_shdrs()
1613 dprintf("skipping section [%d]: corrupt sh_name\n", i); in core_load_shdrs()
1618 dprintf("skipping section [%d]: corrupt sh_link\n", i); in core_load_shdrs()
1622 dprintf("found section header %s (sh_addr 0x%llx)\n", in core_load_shdrs()
1627 dprintf("no map at addr 0x%llx for %s [%d]\n", in core_load_shdrs()
1634 dprintf("no mapping file or duplicate buffer " in core_load_shdrs()
1642 dprintf("skipping section %s [%d]: %s\n", in core_load_shdrs()
1694 dprintf("libproc ELF version is more recent than libelf\n"); in Pfgrab_core()
1853 dprintf("Pgrab_core: failed to lseek to PT_NOTE data\n"); in Pfgrab_core()
1882 dprintf("Pgrab_core: failed to read ELF note header\n"); in Pfgrab_core()
1898 dprintf("failed to seek past name and padding\n"); in Pfgrab_core()
1903 dprintf("Note hdr n_type=%u n_namesz=%u n_descsz=%u\n", in Pfgrab_core()
1924 dprintf("Pgrab_core: failed to seek to next nhdr\n"); in Pfgrab_core()
1937 dprintf("Pgrab_core: note section malformed\n"); in Pfgrab_core()
1944 dprintf("AT_PAGESZ missing; defaulting to %d\n", pagesize); in Pfgrab_core()
1967 dprintf("P->execname = \"%s\"\n", P->execname ? P->execname : "NULL"); in Pfgrab_core()
2001 dprintf(".interp = <%s>\n", (char *)dp->d_buf); in Pfgrab_core()
2010 dprintf(".interp section is missing or could not be read; " in Pfgrab_core()
2013 dprintf("detected statically linked executable\n"); in Pfgrab_core()
2033 dprintf("renamed data at %p to %s\n", in Pfgrab_core()
2126 dprintf("failed to initialize rtld_db agent\n"); in Pfgrab_core()