Searched refs:ELF_TOMEMORY (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/lib/libelf/
H A Dgelf_xlate.c52 return _libelf_xlate(dst, src, encoding, ELFCLASS32, ELF_TOMEMORY);
58 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOMEMORY);
66 ELF_TOMEMORY));
H A Dlibelf_xlate.c65 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY);
90 if (src->d_size % (direction == ELF_TOMEMORY ? fsz : msz)) {
100 if (direction == ELF_TOMEMORY) {
127 if ((direction == ELF_TOMEMORY ? db : sb) %
H A Dlibelf_ehdr.c65 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec);
170 xlator = _libelf_get_translator(ELF_T_EHDR, ELF_TOMEMORY, ec);
H A D_libelf.h137 ELF_TOMEMORY enumerator in enum:__anon5541
H A Dlibelf_phdr.c105 xlator = _libelf_get_translator(ELF_T_PHDR, ELF_TOMEMORY, ec);
H A Delf_data.c133 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass);
H A Delf_scn.c81 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec);

Completed in 72 milliseconds