Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dgelf_xlate.c44 ELF_TOFILE); in elf32_xlatetof()
51 ELF_TOFILE); in elf64_xlatetof()
85 _libelf_elfmachine(e), ELF_TOFILE)); in gelf_xlatetof()
H A Dlibelf_xlate.c74 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); in _libelf_xlate()
H A Delf_update.c838 if (_libelf_xlate(&dst, d, e->e_byteorder, ec, em, ELF_TOFILE) in _libelf_write_scn()
885 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, em, ELF_TOFILE) == in _libelf_write_ehdr()
947 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, em, ELF_TOFILE) == in _libelf_write_phdr()
1015 ELF_TOFILE) == NULL) in _libelf_write_shdr()
H A D_libelf.h163 ELF_TOFILE, enumerator
H A Dlibelf_convert.m41092 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY);
1099 (direction == ELF_TOFILE ? cvt[t].tof32 : cvt[t].tom32) :
1100 (direction == ELF_TOFILE ? cvt[t].tof64 : cvt[t].tom64));