Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:xlatefrom

118   Elf_Data xlatefrom =
140 xlatefrom.d_size = sizeof (Elf32_Ehdr);
141 if (elf32_xlatetom (&xlateto, &xlatefrom, buffer[EI_DATA]) == NULL)
156 xlatefrom.d_size = sizeof (Elf64_Ehdr);
157 if (elf64_xlatetom (&xlateto, &xlatefrom, buffer[EI_DATA]) == NULL)
175 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
176 xlatefrom.d_size = phnum * phentsize;
180 xlatefrom.d_buf = buffer + phoff;
200 xlatefrom.d_buf = buffer;
237 if (elf32_xlatetom (&xlateto, &xlatefrom,
247 if (elf32_xlatetom (&xlateto, &xlatefrom,
314 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
315 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e32;
316 xlatefrom.d_buf = &ehdr.e32;
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;
343 xlatefrom.d_buf = &ehdr.e64;
345 if (elf64_xlatetof (&xlateto, &xlatefrom,