Home
last modified time | relevance | path

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

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