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

/gem5/ext/libelf/
H A Dgelf_xlate.c49 return _libelf_xlate(dst, src, encoding, ELFCLASS32, ELF_TOMEMORY);
55 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOMEMORY);
63 ELF_TOMEMORY));
H A Dlibelf_xlate.c61 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY);
87 if (src->d_size % (direction == ELF_TOMEMORY ? fsz : msz)) {
97 if (direction == ELF_TOMEMORY) {
124 if ((direction == ELF_TOMEMORY ? db : sb) %
H A Dlibelf_ehdr.c62 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec);
166 xlator = _libelf_get_translator(ELF_T_EHDR, ELF_TOMEMORY, ec);
H A D_libelf.h138 ELF_TOMEMORY enumerator in enum:__anon13
H A Dlibelf_phdr.c102 xlator = _libelf_get_translator(ELF_T_PHDR, ELF_TOMEMORY, ec);
H A Delf_data.c123 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass);
H A Delf_scn.c80 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec);

Completed in 10 milliseconds