Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:xlateto

124   Elf_Data xlateto =
141 if (elf32_xlatetom (&xlateto, &xlatefrom, buffer[EI_DATA]) == NULL)
157 if (elf64_xlatetom (&xlateto, &xlatefrom, buffer[EI_DATA]) == NULL)
175 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
209 xlateto.d_buf = &phdrs;
210 xlateto.d_size = sizeof phdrs;
237 if (elf32_xlatetom (&xlateto, &xlatefrom,
247 if (elf64_xlatetom (&xlateto, &xlatefrom,
314 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
315 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e32;
317 xlateto.d_buf = buffer;
318 if (elf32_xlatetof (&xlateto, &xlatefrom,
341 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
342 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e64;
344 xlateto.d_buf = buffer;
345 if (elf64_xlatetof (&xlateto, &xlatefrom,