Home
last modified time | relevance | path

Searched refs:ELFCLASSNONE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/boot/
Delf.h133 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
/linux-4.1.27/include/uapi/linux/
Delf.h342 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
/linux-4.1.27/tools/perf/util/
Dsymbol-elf.c1237 if (kcore->elfclass == ELFCLASSNONE) in kcore__open()