Lines Matching refs:gelf_xlatetom

212 		if (gelf_xlatetom(e,&dst,&src,ELFDATA2LSB) != &dst ||
230 if (gelf_xlatetom(e,&dst,&src,ELFDATA2MSB) != &dst ||
301 TP_ANNOUNCE("\"%s\" gelf_xlatetom(%s) succeeds.", fn,
327 if ((result = check_gelf_xlate(gelf_xlatetom,e,
357 if ((result = check_gelf_xlate(gelf_xlatetom,e,
547 TP_ANNOUNCE("gelf_xlatetof(%s)/gelf_xlatetom(%s)"
565 if (gelf_xlatetom(NULL, NULL, NULL, ELFDATANONE) != NULL ||
569 if (gelf_xlatetom(e, NULL, &ed, ELFDATANONE) != NULL ||
573 if (gelf_xlatetom(e, &ed, NULL, ELFDATANONE) != NULL ||
595 "gelf_xlatetom(%s) with an out of range type "
610 if (gelf_xlatetom(e, &ed, &es, ELFDATANONE) != NULL ||
620 if (gelf_xlatetom(e, &ed, &es, ELFDATANONE) != NULL ||
640 "gelf_xlatetom()(*,*,BADENCODING) "
652 if (gelf_xlatetom(e, &ed, &es, ELFDATANONE-1) != NULL ||
655 else if (gelf_xlatetom(e, &ed, &es, ELFDATA2MSB+1) != NULL ||
690 if (gelf_xlatetom(e, &ed, &es, ELFDATANONE) != NULL ||
762 if (gelf_xlatetom(e, &ed, &es, ELFDATA2LSB) != NULL ||
768 if (gelf_xlatetom(e, &ed, &es, ELFDATA2MSB) != NULL ||
813 if (gelf_xlatetom(e, &ed, &es, ELFDATANONE) != NULL ||
823 if (gelf_xlatetom(e, &ed, &es, ELFDATANONE) != NULL ||
880 if (gelf_xlatetom(e, &ed, &es, ELFDATANONE) != NULL ||
939 if (gelf_xlatetom(e, &ed, &es, ELFDATANONE) != NULL ||
941 TP_FAIL("gelf_xlatetom().");
995 if (gelf_xlatetom(e, &ed, &es, ELFDATANONE) != NULL ||
1058 if (gelf_xlatetom(e, &ed,&es,ELFDATANONE) != NULL ||
1141 if (gelf_xlatetom(e, &dst, &src, ELFDATA2LSB) != &dst ||
1151 if (gelf_xlatetom(e, &dst, &src, ELFDATA2MSB) != &dst ||
1191 TP_ANNOUNCE("\"%s\" in-place gelf_xlatetom"
1214 r = gelf_xlatetom(e, &dst, &src, ELFDATA2LSB) == &dst;
1245 r = gelf_xlatetom(e, &dst, &src, ELFDATA2MSB) == &dst;