Lines Matching refs:encode
551 /* x32 [dst_version - 1] [src_version - 1] [encode - 1] [type]
857 xlate(Elf_Data *dst, const Elf_Data *src, unsigned encode, int tof)
868 if (--encode >= (ELFDATANUM - 1)) {
885 f = x32[dver][sver][encode][type].x_tof;
889 f = x32[dver][sver][encode][type].x_tom;
898 if ((_encode == (encode + 1)) && (dsz == ssz)) {
922 elf32_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned encode)
924 return (xlate(dst, src, encode, 1));
929 elf32_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned encode)
931 return (xlate(dst, src, encode, 0));