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

/gem5/ext/libelf/
H A Delf_version.c35 if ((old = LIBELF_PRIVATE(version)) == EV_NONE)
38 if (v == EV_NONE)
42 return EV_NONE;
H A Dlibelf.c46 private.libelf_version = EV_NONE;
H A Delf_memory.c39 if (LIBELF_PRIVATE(version) == EV_NONE) {
H A Delf_begin.c89 if (LIBELF_PRIVATE(version) == EV_NONE) {
H A Delf_common.h77 #define EV_NONE 0 macro
H A Delf_update.c363 if (eh_version == EV_NONE)
853 if (e->e_version == EV_NONE)
/gem5/src/base/loader/
H A Delf_object.cc68 if (elf_version(EV_CURRENT) == EV_NONE)
281 if (elf_version(EV_CURRENT) == EV_NONE)
410 if (elf_version(EV_CURRENT) == EV_NONE)
525 if (elf_version(EV_CURRENT) == EV_NONE)

Completed in 18 milliseconds