Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:xlateto

190   Elf_Data xlateto =
201 if (elf32_xlatetom (&xlateto, &xlatefrom,
214 if (elf64_xlatetom (&xlateto, &xlatefrom,
236 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
253 xlateto.d_buf = &phdrs;
254 xlateto.d_size = sizeof phdrs;
301 xlatefrom.d_type = xlateto.d_type = ELF_T_NHDR;
304 xlateto.d_buf = notes;
305 xlateto.d_size = filesz;
306 if (elf32_xlatetom (&xlateto, &xlatefrom,
410 if (elf32_xlatetom (&xlateto, &xlatefrom,
422 if (elf64_xlatetom (&xlateto, &xlatefrom,
496 xlatefrom.d_type = xlateto.d_type = ELF_T_DYN;
499 xlateto.d_buf = &dyn;
500 xlateto.d_size = sizeof dyn;
504 if (elf32_xlatetom (&xlateto, &xlatefrom,
512 if (elf64_xlatetom (&xlateto, &xlatefrom,