Searched refs:gelf_xlatetof (Results 1 – 11 of 11) sorted by relevance
/external/elfutils/libelf/ |
D | gelf_xlatetof.c | 41 gelf_xlatetof (Elf *elf, Elf_Data *dest, const Elf_Data * src, in gelf_xlatetof() function
|
D | libelf.map | 92 gelf_xlatetof;
|
D | Android.bp | 131 "gelf_xlatetof.c",
|
D | Makefile.am | 77 gelf_xlatetof.c gelf_xlatetom.c \
|
D | gelf.h | 200 extern Elf_Data *gelf_xlatetof (Elf *__elf, Elf_Data *__dest,
|
D | elf_compress.c | 143 if (gelf_xlatetof (scn->elf, &cdata, data, ei_data) == NULL) in __libelf_compress()
|
/external/elfutils/libdwfl/ |
D | relocate.c | 452 Elf_Data *s = gelf_xlatetof (relocated, &rdata, &tmpdata, in relocate()
|
/external/elfutils/src/ |
D | strip.c | 1922 Elf_Data *s = gelf_xlatetof (debugelf, &rdata, in handle_elf() 2024 if (unlikely (gelf_xlatetof (newelf, &debuglink_crc_data, in handle_elf()
|
D | ldgeneric.c | 4179 if (gelf_xlatetof (ld_state.outelf, data, data, ident[EI_DATA]) in compute_hash_sum()
|
D | ChangeLog | 3370 and gelf_xlatetof, not the native byte order.
|
/external/elfutils/ |
D | NEWS | 1315 Add gelf_xlatetof and gelf_xlatetom which were accidently left out.
|