Lines Matching refs:xlatefrom
345 Elf_Data xlatefrom =
364 xlatefrom.d_size = sizeof (Elf32_Ehdr);
365 if (elf32_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
377 xlatefrom.d_size = sizeof (Elf64_Ehdr);
378 if (elf64_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
400 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
401 xlatefrom.d_size = phnum * phentsize;
406 start + phoff, xlatefrom.d_size))
409 xlatefrom.d_buf = ph_buffer;
469 xlatefrom.d_type = xlateto.d_type = ELF_T_NHDR;
470 xlatefrom.d_buf = (void *) data;
471 xlatefrom.d_size = filesz;
474 if (elf32_xlatetom (&xlateto, &xlatefrom,
583 if (elf32_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
594 if (elf64_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
768 xlatefrom.d_type = xlateto.d_type = ELF_T_DYN;
769 xlatefrom.d_buf = (void *) dyn_data;
770 xlatefrom.d_size = dyn_filesz;
776 if (elf32_xlatetom (&xlateto, &xlatefrom, ei_data) != NULL)
783 if (elf64_xlatetom (&xlateto, &xlatefrom, ei_data) != NULL)