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

  /external/elfutils/libdwfl/
elf-from-memory.c 108 Elf_Data xlatefrom = local
130 xlatefrom.d_size = sizeof (Elf32_Ehdr);
131 if (elf32_xlatetom (&xlateto, &xlatefrom, buffer[EI_DATA]) == NULL)
146 xlatefrom.d_size = sizeof (Elf64_Ehdr);
147 if (elf64_xlatetom (&xlateto, &xlatefrom, buffer[EI_DATA]) == NULL)
165 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
166 xlatefrom.d_size = phnum * phentsize;
170 xlatefrom.d_buf = buffer + phoff;
191 xlatefrom.d_buf = buffer;
251 if (elf32_xlatetom (&xlateto, &xlatefrom,
    [all...]
dwfl_segment_report_module.c 345 Elf_Data xlatefrom = local
364 xlatefrom.d_size = sizeof (Elf32_Ehdr);
365 if (elf32_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
377 xlatefrom.d_size = sizeof (Elf64_Ehdr);
378 if (elf64_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
400 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
401 xlatefrom.d_size = phnum * phentsize;
406 start + phoff, xlatefrom.d_size))
409 xlatefrom.d_buf = ph_buffer;
469 xlatefrom.d_type = xlateto.d_type = ELF_T_NHDR
    [all...]

Completed in 112 milliseconds