Lines Matching refs:encode
609 * x64 [dst_version - 1] [src_version - 1] [encode - 1] [type]
848 xlate(Elf_Data *dst, const Elf_Data *src, unsigned encode, int tof)
859 if (--encode >= (ELFDATANUM - 1)) {
876 f = x64[dver][sver][encode][type].x_tof;
880 f = x64[dver][sver][encode][type].x_tom;
889 if ((_encode == (encode + 1)) && (dsz == ssz)) {
913 elf64_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned encode)
915 return (xlate(dst, src, encode, 1));
920 elf64_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned encode)
922 return (xlate(dst, src, encode, 0));