Lines Matching refs:xlatefrom
108 Elf_Data xlatefrom =
130 xlatefrom.d_size = sizeof (Elf32_Ehdr);
131 if (elf32_xlatetom (&xlateto, &xlatefrom, buffer[EI_DATA]) == NULL)
146 xlatefrom.d_size = sizeof (Elf64_Ehdr);
147 if (elf64_xlatetom (&xlateto, &xlatefrom, buffer[EI_DATA]) == NULL)
165 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
166 xlatefrom.d_size = phnum * phentsize;
170 xlatefrom.d_buf = buffer + phoff;
191 xlatefrom.d_buf = buffer;
251 if (elf32_xlatetom (&xlateto, &xlatefrom,
262 if (elf64_xlatetom (&xlateto, &xlatefrom,
337 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
338 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e32;
339 xlatefrom.d_buf = &ehdr.e32;
341 if (elf32_xlatetof (&xlateto, &xlatefrom,
364 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
365 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e64;
366 xlatefrom.d_buf = &ehdr.e64;
368 if (elf64_xlatetof (&xlateto, &xlatefrom,