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

  /external/elfutils/0.153/libdwfl/
elf-from-memory.c 118 Elf_Data xlatefrom = local
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,
    [all...]
dwfl_segment_report_module.c 188 Elf_Data xlatefrom = local
204 xlatefrom.d_size = sizeof (Elf32_Ehdr);
205 if (elf32_xlatetom (&xlateto, &xlatefrom,
217 xlatefrom.d_size = sizeof (Elf64_Ehdr);
218 if (elf64_xlatetom (&xlateto, &xlatefrom,
240 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
241 xlatefrom.d_size = phnum * phentsize;
246 start + phoff, xlatefrom.d_size))
249 xlatefrom.d_buf = ph_buffer;
306 xlatefrom.d_type = xlateto.d_type = ELF_T_NHDR
    [all...]

Completed in 229 milliseconds