Home
last modified time | relevance | path

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

/dflybsd-src/contrib/elftoolchain/libelf/
H A Dgelf_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()
H A Dlibelf_xlate.c64 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); in _libelf_xlate()
H A Delf_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()
H A D_libelf.h161 ELF_TOFILE, enumerator
H A Dlibelf_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));
/dflybsd-src/lib/libexecinfo/
H A Dprivate_libelf.h891 ELF_TOFILE, enumerator
2387 (direction == ELF_TOFILE ? cvt[t].tof32 : cvt[t].tom32) : in _libelf_get_translator()
2388 (direction == ELF_TOFILE ? cvt[t].tof64 : cvt[t].tom64)); in _libelf_get_translator()