Lines Matching refs:dbg_print
44 dbg_print(lml, MSG_ORIG(MSG_STR_EMPTY)); in Elf_ehdr()
45 dbg_print(lml, MSG_INTL(MSG_ELF_HEADER)); in Elf_ehdr()
47 dbg_print(lml, MSG_ORIG(MSG_ELF_MAGIC), byte[EI_MAG0], in Elf_ehdr()
51 dbg_print(lml, MSG_ORIG(MSG_ELF_CLASS), in Elf_ehdr()
54 dbg_print(lml, MSG_ORIG(MSG_ELF_OSABI), in Elf_ehdr()
58 dbg_print(lml, MSG_ORIG(MSG_ELF_MACHINE), in Elf_ehdr()
61 dbg_print(lml, MSG_ORIG(MSG_ELF_TYPE), in Elf_ehdr()
71 dbg_print(lml, MSG_ORIG(MSG_ELF_FLAGS_FMT), flgs); in Elf_ehdr()
73 dbg_print(lml, MSG_ORIG(MSG_ELF_FLAGS), flgs); in Elf_ehdr()
80 dbg_print(lml, MSG_ORIG(MSG_ELFX_ESIZE), in Elf_ehdr()
84 dbg_print(lml, MSG_ORIG(MSG_ELF_ESIZE), EC_ADDR(ehdr->e_entry), in Elf_ehdr()
88 dbg_print(lml, MSG_ORIG(MSG_ELFX_SHOFF), EC_OFF(ehdr->e_shoff), in Elf_ehdr()
92 dbg_print(lml, MSG_ORIG(MSG_ELF_SHOFF), EC_OFF(ehdr->e_shoff), in Elf_ehdr()
96 dbg_print(lml, MSG_ORIG(MSG_ELFX_PHOFF), EC_OFF(ehdr->e_phoff), in Elf_ehdr()
100 dbg_print(lml, MSG_ORIG(MSG_ELF_PHOFF), EC_OFF(ehdr->e_phoff), in Elf_ehdr()
109 dbg_print(lml, MSG_ORIG(MSG_STR_EMPTY)); in Elf_ehdr()
110 dbg_print(lml, MSG_ORIG(MSG_SHD0_TITLE)); in Elf_ehdr()
111 dbg_print(lml, MSG_ORIG(MSG_SHD0_ADDR), EC_ADDR(shdr0->sh_addr), in Elf_ehdr()
113 dbg_print(lml, MSG_ORIG(MSG_SHD0_SIZE), EC_XWORD(shdr0->sh_size), in Elf_ehdr()
115 dbg_print(lml, MSG_ORIG(MSG_SHD0_OFFSET), EC_OFF(shdr0->sh_offset), in Elf_ehdr()
117 dbg_print(lml, MSG_ORIG(MSG_SHD0_LINK), EC_WORD(shdr0->sh_link), in Elf_ehdr()
119 dbg_print(lml, MSG_ORIG(MSG_SHD0_ALIGN), EC_XWORD(shdr0->sh_addralign)); in Elf_ehdr()