Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/boot/
Delf.h134 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
/Linux-v4.19/include/uapi/linux/
Delf.h346 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
/Linux-v4.19/tools/perf/util/
Dsymbol-elf.c1273 if (kcore->elfclass == ELFCLASSNONE) in kcore__open()