Searched refs:gelf_xlatetof (Results 1 – 10 of 10) 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 | gelf.h | 204 extern Elf_Data *gelf_xlatetof (Elf *__elf, Elf_Data *__dest,
|
D | Makefile.am | 87 gelf_xlatetof.c gelf_xlatetom.c \
|
D | elf_compress.c | 141 if (gelf_xlatetof (scn->elf, &cdata, data, ei_data) == NULL) in __libelf_compress()
|
/external/elfutils/libdwfl/ |
D | relocate.c | 474 Elf_Data *s = gelf_xlatetof (relocated, &rdata, &tmpdata, in relocate()
|
/external/elfutils/src/ |
D | strip.c | 649 Elf_Data *s = gelf_xlatetof (elf, &rdata, in remove_debug_relocations() 2492 if (unlikely (gelf_xlatetof (newelf, &debuglink_crc_data, in handle_elf()
|
D | ChangeLog | 4433 and gelf_xlatetof, not the native byte order.
|
/external/elfutils/ |
D | NEWS | 1471 Add gelf_xlatetof and gelf_xlatetom which were accidently left out.
|