Lines Matching refs:decode
78 int hdr_msgcount = elf->decode (hdr->msgcount); in compcom_open()
79 int hdr_srcname = elf->decode (hdr->srcname); in compcom_open()
80 int hdr_stringlen = elf->decode (hdr->stringlen); in compcom_open()
81 int hdr_paramcount = elf->decode (hdr->paramcount); in compcom_open()
120 msg->instaddr = elf->decode (p->instaddr); in compcom_format()
121 msg->lineno = elf->decode (p->lineno); in compcom_format()
122 msg->msg_type = elf->decode (p->msg_type); in compcom_format()
123 msg->nparam = elf->decode (p->nparam); in compcom_format()
124 msg->param_index = elf->decode (p->param_index); in compcom_format()
181 unsigned long v = elf->decode (ind[i]); in compcom_format()
186 char *fname = strs + elf->decode (ind[i]); in compcom_format()
251 sb.append (elf->decode (ind[i])); in compcom_format()
254 char *fname = strs + elf->decode (ind[i]); in compcom_format()
275 unsigned long v = elf->decode (ind[i]); in compcom_format()
280 char *fname = strs + elf->decode (ind[i]); in compcom_format()