OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xlatefrom
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/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
184
Elf_Data
xlatefrom
=
local
200
xlatefrom
.d_size = sizeof (Elf32_Ehdr);
201
if (elf32_xlatetom (&xlateto, &
xlatefrom
,
213
xlatefrom
.d_size = sizeof (Elf64_Ehdr);
214
if (elf64_xlatetom (&xlateto, &
xlatefrom
,
236
xlatefrom
.d_type = xlateto.d_type = ELF_T_PHDR;
237
xlatefrom
.d_size = phnum * phentsize;
242
start + phoff,
xlatefrom
.d_size))
245
xlatefrom
.d_buf = ph_buffer;
301
xlatefrom
.d_type = xlateto.d_type = ELF_T_NHDR
[
all
...]
Completed in 33 milliseconds