Lines Matching defs:xlateto
114 Elf_Data xlateto =
131 if (elf32_xlatetom (&xlateto, &xlatefrom, buffer[EI_DATA]) == NULL)
152 if (elf64_xlatetom (&xlateto, &xlatefrom, buffer[EI_DATA]) == NULL)
171 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
215 xlateto.d_buf = phdrsp;
216 xlateto.d_size = phdrsp_bytes;
229 if (! elf32_xlatetom (&xlateto, &xlatefrom, ehdr.e32.e_ident[EI_DATA]))
234 if (! elf64_xlatetom (&xlateto, &xlatefrom, ehdr.e64.e_ident[EI_DATA]))
337 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
338 xlateto.d_buf = buffer;
341 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e32;
343 if (elf32_xlatetof (&xlateto, &xlatefrom,
349 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e64;
351 if (elf64_xlatetof (&xlateto, &xlatefrom,