Searched refs:ELF_TOFILE (Results 1 – 5 of 5) sorted by relevance
| /trueos/lib/libelf/ |
| HD | gelf_xlate.c | 40 return _libelf_xlate(dst, src, encoding, ELFCLASS32, ELF_TOFILE); in elf32_xlatetof() 46 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOFILE); in elf64_xlatetof() 76 ELF_TOFILE)); in gelf_xlatetof()
|
| HD | elf_update.c | 678 if (_libelf_xlate(&dst, d, e->e_byteorder, ec, ELF_TOFILE) == in _libelf_write_scn() 765 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, ELF_TOFILE) == in _libelf_write_elf() 797 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, ELF_TOFILE) == in _libelf_write_elf() 844 ELF_TOFILE) != &dst) in _libelf_write_elf()
|
| HD | libelf_xlate.c | 65 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); in _libelf_xlate()
|
| HD | _libelf.h | 136 ELF_TOFILE, enumerator
|
| HD | libelf_convert.m4 | 899 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); 903 (direction != ELF_TOFILE && direction != ELF_TOMEMORY)) 907 (direction == ELF_TOFILE ? cvt[t].tof32 : cvt[t].tom32) : 908 (direction == ELF_TOFILE ? cvt[t].tof64 : cvt[t].tom64));
|