Home
last modified time | relevance | path

Searched refs:ELF_TOFILE (Results 1 – 5 of 5) sorted by relevance

/trueos/lib/libelf/
HDgelf_xlate.c40 return _libelf_xlate(dst, src, encoding, ELFCLASS32, ELF_TOFILE); in elf32_xlatetof()
46 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOFILE); in elf64_xlatetof()
76 ELF_TOFILE)); in gelf_xlatetof()
HDelf_update.c678 if (_libelf_xlate(&dst, d, e->e_byteorder, ec, ELF_TOFILE) == in _libelf_write_scn()
765 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, ELF_TOFILE) == in _libelf_write_elf()
797 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, ELF_TOFILE) == in _libelf_write_elf()
844 ELF_TOFILE) != &dst) in _libelf_write_elf()
HDlibelf_xlate.c65 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); in _libelf_xlate()
HD_libelf.h136 ELF_TOFILE, enumerator
HDlibelf_convert.m4899 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY);
903 (direction != ELF_TOFILE && direction != ELF_TOMEMORY))
907 (direction == ELF_TOFILE ? cvt[t].tof32 : cvt[t].tom32) :
908 (direction == ELF_TOFILE ? cvt[t].tof64 : cvt[t].tom64));