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

  /external/elfutils/0.153/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 (elf64_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 194 Elf_Data xlateto = local
205 if (elf32_xlatetom (&xlateto, &xlatefrom,
218 if (elf64_xlatetom (&xlateto, &xlatefrom,
240 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
257 xlateto.d_buf = &phdrs;
258 xlateto.d_size = sizeof phdrs;
306 xlatefrom.d_type = xlateto.d_type = ELF_T_NHDR;
309 xlateto.d_buf = notes;
310 xlateto.d_size = filesz;
311 if (elf32_xlatetom (&xlateto, &xlatefrom
    [all...]

Completed in 53 milliseconds