Lines Matching defs:xlateto
365 Elf_Data xlateto =
393 if (elf32_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
411 if (elf64_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
434 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
466 xlateto.d_buf = phdrsp;
467 xlateto.d_size = phdrsp_bytes;
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
573 xlateto.d_buf = notes;
574 xlateto.d_size = filesz;
587 if (elf32_xlatetom (&xlateto, &xlatefrom, xencoding) == NULL)
839 xlatefrom.d_type = xlateto.d_type = ELF_T_DYN;
842 xlateto.d_buf = dyns;
843 xlateto.d_size = dyn_filesz;
858 if ((is32 && elf32_xlatetom (&xlateto, &xlatefrom, ei_data) != NULL)
859 || (!is32 && elf64_xlatetom (&xlateto, &xlatefrom, ei_data) != NULL))