Searched refs:ELF_TOFILE (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/elftoolchain/libelf/ |
| HD | gelf_xlate.c | 38 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()
|
| HD | libelf_xlate.c | 64 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); in _libelf_xlate()
|
| HD | elf_update.c | 820 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.h | 161 ELF_TOFILE, enumerator
|
| HD | libelf_convert.m4 | 1077 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));
|