Lines Matching refs:xlatefrom
184 Elf_Data xlatefrom =
200 xlatefrom.d_size = sizeof (Elf32_Ehdr);
201 if (elf32_xlatetom (&xlateto, &xlatefrom,
213 xlatefrom.d_size = sizeof (Elf64_Ehdr);
214 if (elf64_xlatetom (&xlateto, &xlatefrom,
236 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
237 xlatefrom.d_size = phnum * phentsize;
242 start + phoff, xlatefrom.d_size))
245 xlatefrom.d_buf = ph_buffer;
301 xlatefrom.d_type = xlateto.d_type = ELF_T_NHDR;
302 xlatefrom.d_buf = (void *) data;
303 xlatefrom.d_size = filesz;
306 if (elf32_xlatetom (&xlateto, &xlatefrom,
410 if (elf32_xlatetom (&xlateto, &xlatefrom,
422 if (elf64_xlatetom (&xlateto, &xlatefrom,
496 xlatefrom.d_type = xlateto.d_type = ELF_T_DYN;
497 xlatefrom.d_buf = (void *) dyn_data;
498 xlatefrom.d_size = dyn_filesz;
504 if (elf32_xlatetom (&xlateto, &xlatefrom,
512 if (elf64_xlatetom (&xlateto, &xlatefrom,