Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Delf.h134 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
/linux/drivers/remoteproc/
H A Dremoteproc_coredump.c252 if (class == ELFCLASSNONE) { in rproc_coredump()
365 if (class == ELFCLASSNONE) { in rproc_coredump_using_sections()
H A Dremoteproc_core.c2474 rproc->elf_class = ELFCLASSNONE; in rproc_alloc()
/linux/tools/perf/util/
H A Ddso.c1243 if (e_ident[EI_CLASS] == ELFCLASSNONE || e_ident[EI_CLASS] >= ELFCLASSNUM) in dso__read_e_machine()
H A Dsymbol-elf.c1957 if (kcore->elfclass == ELFCLASSNONE) in kcore__open()