Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/boot/
H A Delf.h134 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
/linux-6.15/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.c2480 rproc->elf_class = ELFCLASSNONE; in rproc_alloc()
/linux-6.15/tools/include/uapi/linux/
H A Delf.h359 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
/linux-6.15/include/uapi/linux/
H A Delf.h369 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
/linux-6.15/tools/perf/util/
H A Dsymbol-elf.c2083 if (kcore->elfclass == ELFCLASSNONE) in kcore__open()