Lines Matching defs:xlatefrom
359 Elf_Data xlatefrom =
387 xlatefrom.d_buf = &ehdr;
392 xlatefrom.d_size = sizeof (Elf32_Ehdr);
393 if (elf32_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
410 xlatefrom.d_size = sizeof (Elf64_Ehdr);
411 if (elf64_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
434 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
435 xlatefrom.d_size = phnum * phentsize;
441 start + phoff, xlatefrom.d_size))
452 xlatefrom.d_size = ph_buffer_size;
455 xlatefrom.d_buf = ph_buffer;
478 xlatefrom.d_buf = phdrsp;
503 && elf32_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
505 && elf64_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL))
568 xlatefrom.d_type = xlateto.d_type = (align == 8
571 xlatefrom.d_buf = (void *) data;
572 xlatefrom.d_size = filesz;
584 xlatefrom.d_buf = notes;
587 if (elf32_xlatetom (&xlateto, &xlatefrom, xencoding) == NULL)
839 xlatefrom.d_type = xlateto.d_type = ELF_T_DYN;
840 xlatefrom.d_buf = (void *) dyn_data;
841 xlatefrom.d_size = dyn_filesz;
855 xlatefrom.d_buf = dyns;
858 if ((is32 && elf32_xlatetom (&xlateto, &xlatefrom, ei_data) != NULL)
859 || (!is32 && elf64_xlatetom (&xlateto, &xlatefrom, ei_data) != NULL))