Home
last modified time | relevance | path

Searched refs:ELFCLASSNUM (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/boot/
H A Delf.h137 #define ELFCLASSNUM 3 macro
/linux/tools/perf/util/
H A Ddso.c1243 if (e_ident[EI_CLASS] == ELFCLASSNONE || e_ident[EI_CLASS] >= ELFCLASSNUM) in dso__read_e_machine()