Lines Matching refs:lml
33 Elf_shdr(Lm_list *lml, uchar_t osabi, Half mach, Shdr *shdr) in Elf_shdr() argument
38 dbg_print(lml, MSG_ORIG(MSG_SHD_ADDR), EC_ADDR(shdr->sh_addr), in Elf_shdr()
40 dbg_print(lml, MSG_ORIG(MSG_SHD_SIZE), EC_XWORD(shdr->sh_size), in Elf_shdr()
43 dbg_print(lml, MSG_ORIG(MSG_SHD_OFFSET), in Elf_shdr()
50 dbg_print(lml, MSG_ORIG(MSG_SHD_OFFSET_ENT), in Elf_shdr()
54 dbg_print(lml, MSG_ORIG(MSG_SHD_LINK), in Elf_shdr()
57 dbg_print(lml, MSG_ORIG(MSG_SHD_ALIGN), EC_XWORD(shdr->sh_addralign)); in Elf_shdr()
61 Dbg_shdr_modified(Lm_list *lml, const char *obj, uchar_t osabi, Half mach, in Dbg_shdr_modified() argument
72 Dbg_util_nl(lml, DBG_NL_STD); in Dbg_shdr_modified()
73 dbg_print(lml, MSG_INTL(MSG_SHD_MODIFIED), in Dbg_shdr_modified()
78 dbg_print(lml, MSG_INTL(MSG_SHD_ORIG)); in Dbg_shdr_modified()
79 Elf_shdr(lml, osabi, mach, oshdr); in Dbg_shdr_modified()
81 dbg_print(lml, MSG_INTL(MSG_SHD_NEW)); in Dbg_shdr_modified()
82 Elf_shdr(lml, osabi, mach, nshdr); in Dbg_shdr_modified()
84 Dbg_util_nl(lml, DBG_NL_STD); in Dbg_shdr_modified()