Searched refs:ELF_TOFILE (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/lib/libelf/ |
| H A D | gelf_xlate.c | 39 ELF_TOFILE); in elf32_xlatetof() 46 ELF_TOFILE); in elf64_xlatetof() 80 _libelf_elfmachine(e), ELF_TOFILE)); in gelf_xlatetof()
|
| H A D | libelf_xlate.c | 66 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); in _libelf_xlate()
|
| H A D | elf_update.c | 830 if (_libelf_xlate(&dst, d, e->e_byteorder, ec, em, ELF_TOFILE) in _libelf_write_scn() 877 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, em, ELF_TOFILE) == in _libelf_write_ehdr() 939 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, em, ELF_TOFILE) == in _libelf_write_phdr() 1007 ELF_TOFILE) == NULL) in _libelf_write_shdr()
|
| H A D | _libelf.h | 161 ELF_TOFILE, enumerator
|
| H A D | libelf_convert.m4 | 1084 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); 1091 (direction == ELF_TOFILE ? cvt[t].tof32 : cvt[t].tom32) : 1092 (direction == ELF_TOFILE ? cvt[t].tof64 : cvt[t].tom64));
|