Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/libelf/
HDgelf_xlate.c38 return _libelf_xlate(dst, src, encoding, ELFCLASS32, ELF_TOFILE); in elf32_xlatetof()
44 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOFILE); in elf64_xlatetof()
76 ELF_TOFILE)); in gelf_xlatetof()
HDlibelf_xlate.c64 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); in _libelf_xlate()
HDelf_update.c820 if (_libelf_xlate(&dst, d, e->e_byteorder, ec, ELF_TOFILE) == in _libelf_write_scn()
864 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, ELF_TOFILE) == in _libelf_write_ehdr()
921 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, ELF_TOFILE) == in _libelf_write_phdr()
981 ELF_TOFILE) == NULL) in _libelf_write_shdr()
HD_libelf.h161 ELF_TOFILE, enumerator
HDlibelf_convert.m41077 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY);
1081 (direction != ELF_TOFILE && direction != ELF_TOMEMORY))
1085 (direction == ELF_TOFILE ? cvt[t].tof32 : cvt[t].tom32) :
1086 (direction == ELF_TOFILE ? cvt[t].tof64 : cvt[t].tom64));