Home | History | Annotate | Download | only in libelf

Lines Matching refs:encoding

42 elf32_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding)
44 return _libelf_xlate(dst, src, encoding, ELFCLASS32, EM_NONE,
49 elf64_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding)
51 return _libelf_xlate(dst, src, encoding, ELFCLASS64, EM_NONE,
56 elf32_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding)
58 return _libelf_xlate(dst, src, encoding, ELFCLASS32, EM_NONE,
63 elf64_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding)
65 return _libelf_xlate(dst, src, encoding, ELFCLASS64, EM_NONE,
71 unsigned int encoding)
74 return (_libelf_xlate(dst, src, encoding, e->e_class,
82 unsigned int encoding)
85 return (_libelf_xlate(dst, src, encoding, e->e_class,