Searched refs:ELF_TOFILE (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/elftoolchain/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 | 65 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); in _libelf_xlate()
|
H A D | elf_update.c | 833 if (_libelf_xlate(&dst, d, e->e_byteorder, ec, em, ELF_TOFILE) in _libelf_write_scn() 880 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, em, ELF_TOFILE) == in _libelf_write_ehdr() 942 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, em, ELF_TOFILE) == in _libelf_write_phdr() 1010 ELF_TOFILE) == NULL) in _libelf_write_shdr()
|
H A D | _libelf.h | 165 ELF_TOFILE, enumerator
|
H A D | libelf_convert.m4 | 1081 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); 1088 (direction == ELF_TOFILE ? cvt[t].tof32 : cvt[t].tom32) : 1089 (direction == ELF_TOFILE ? cvt[t].tof64 : cvt[t].tom64));
|