Lines Matching refs:dprintf

107 #define	dprintf		if (debug) printf  macro
181 dprintf("fd = %x\n", fd); in readfile()
197 dprintf("calling readelf, elfheader is:\n"); in readfile()
198 dprintf("e_ident\t0x%x, 0x%x, 0x%x, 0x%x\n", in readfile()
203 dprintf("e_machine\t0x%x\n", elfhdr.e_machine); in readfile()
205 dprintf("e_entry\t\t0x%llx\n", (is64 ? in readfile()
208 dprintf("e_shoff\t\t0x%llx\n", (is64 ? in readfile()
211 dprintf("e_shnentsize\t%d\n", (is64 ? in readfile()
213 dprintf("e_shnum\t\t%d\n", (is64 ? in readfile()
215 dprintf("e_shstrndx\t%d\n", (is64 ? in readfile()
221 dprintf("ELF file CLASS 0x%x 32 is %x 64 is %x\n", in readfile()
289 dprintf("Entry point: %p\n", (void *)entrypt); in read_elf32()
300 dprintf("lseek: args = %x %x %x\n", fd, elfhdrp->e_phoff, 0); in read_elf32()
318 dprintf("allocating 0x%x bytes for note hdr\n", in read_elf32()
324 dprintf("seeking to 0x%x\n", phdr->p_offset); in read_elf32()
328 dprintf("reading 0x%x bytes into %p\n", in read_elf32()
335 dprintf("p_note namesz %x descsz %x type %x\n", in read_elf32()
353 dprintf("pagesize is %x\n", npagesize); in read_elf32()
374 dprintf("Doing header 0x%x\n", i); in read_elf32()
375 dprintf("phdr\n"); in read_elf32()
376 dprintf("\tp_offset = %x, p_vaddr = %x\n", in read_elf32()
378 dprintf("\tp_memsz = %x, p_filesz = %x\n", in read_elf32()
383 dprintf("seeking to 0x%x\n", phdr->p_offset); in read_elf32()
441 dprintf("allocating memory: %x %lx " in read_elf32()
455 dprintf("reading 0x%x bytes into 0x%x\n", in read_elf32()
467 dprintf("bss from 0x%x size 0x%x\n", in read_elf32()
662 dprintf("Entry point: 0x%llx\n", (u_longlong_t)entrypt); in read_elf64()
673 dprintf("lseek: args = %x %llx %x\n", fd, in read_elf64()
692 dprintf("allocating 0x%llx bytes for note hdr\n", in read_elf64()
698 dprintf("seeking to 0x%llx\n", in read_elf64()
703 dprintf("reading 0x%llx bytes into 0x%p\n", in read_elf64()
710 dprintf("p_note namesz %x descsz %x type %x\n", in read_elf64()
728 dprintf("pagesize is %x\n", npagesize); in read_elf64()
749 dprintf("Doing header 0x%x\n", i); in read_elf64()
750 dprintf("phdr\n"); in read_elf64()
751 dprintf("\tp_offset = %llx, p_vaddr = %llx\n", in read_elf64()
754 dprintf("\tp_memsz = %llx, p_filesz = %llx\n", in read_elf64()
757 dprintf("\tp_type = %x, p_flags = %x\n", in read_elf64()
762 dprintf("seeking to 0x%llx\n", in read_elf64()
816 dprintf( in read_elf64()
838 dprintf("reading 0x%llx bytes into 0x%llx\n", in read_elf64()
850 dprintf("bss from 0x%llx size 0x%llx\n", in read_elf64()
1000 dprintf("Opened %s OK\n", rtld); in iload32()
1147 dprintf("Opened %s OK\n", rtld); in iload64()
1222 dprintf("boot: loading linker @ 0x%llx\n", in iload64()
1249 dprintf("boot: section %d, type %d, loaded @ 0x%llx, " in iload64()