Searched refs:ELF_TOFILE (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/elftoolchain/libelf/ |
H A D | 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()
|
H A D | libelf_xlate.c | 64 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); in _libelf_xlate()
|
H A D | 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()
|
H A D | _libelf.h | 161 ELF_TOFILE, enumerator
|
H A D | 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));
|
/dflybsd-src/lib/libexecinfo/ |
H A D | private_libelf.h | 891 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()
|