HomeSort by relevance Sort by last modified time
    Searched refs:xlateto (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
elf-from-memory.c 124 Elf_Data xlateto = local
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 (elf32_xlatetom (&xlateto, &xlatefrom,
314 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
315 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e32
    [all...]
dwfl_segment_report_module.c 190 Elf_Data xlateto = local
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
    [all...]

Completed in 48 milliseconds