Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_xlate.c39 ELF_TOFILE); in elf32_xlatetof()
46 ELF_TOFILE); in elf64_xlatetof()
80 _libelf_elfmachine(e), ELF_TOFILE)); in gelf_xlatetof()
H A Dlibelf_xlate.c65 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); in _libelf_xlate()
H A Delf_update.c833 if (_libelf_xlate(&dst, d, e->e_byteorder, ec, em, ELF_TOFILE) in _libelf_write_scn()
880 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, em, ELF_TOFILE) == in _libelf_write_ehdr()
942 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, em, ELF_TOFILE) == in _libelf_write_phdr()
1010 ELF_TOFILE) == NULL) in _libelf_write_shdr()
H A D_libelf.h165 ELF_TOFILE, enumerator
H A Dlibelf_convert.m41081 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY);
1088 (direction == ELF_TOFILE ? cvt[t].tof32 : cvt[t].tom32) :
1089 (direction == ELF_TOFILE ? cvt[t].tof64 : cvt[t].tom64));