Home
last modified time | relevance | path

Searched refs:gelf_xlatetof (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/libelf/
Dgelf_xlatetof.c41 gelf_xlatetof (Elf *elf, Elf_Data *dest, const Elf_Data * src, in gelf_xlatetof() function
Dlibelf.map92 gelf_xlatetof;
DAndroid.bp131 "gelf_xlatetof.c",
Dgelf.h204 extern Elf_Data *gelf_xlatetof (Elf *__elf, Elf_Data *__dest,
DMakefile.am87 gelf_xlatetof.c gelf_xlatetom.c \
Delf_compress.c141 if (gelf_xlatetof (scn->elf, &cdata, data, ei_data) == NULL) in __libelf_compress()
/external/elfutils/libdwfl/
Drelocate.c474 Elf_Data *s = gelf_xlatetof (relocated, &rdata, &tmpdata, in relocate()
/external/elfutils/src/
Dstrip.c649 Elf_Data *s = gelf_xlatetof (elf, &rdata, in remove_debug_relocations()
2492 if (unlikely (gelf_xlatetof (newelf, &debuglink_crc_data, in handle_elf()
DChangeLog4433 and gelf_xlatetof, not the native byte order.
/external/elfutils/
DNEWS1471 Add gelf_xlatetof and gelf_xlatetom which were accidently left out.