Searched refs:ELFCLASSNONE (Results 1 – 7 of 7) sorted by relevance
134 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
252 if (class == ELFCLASSNONE) { in rproc_coredump()365 if (class == ELFCLASSNONE) { in rproc_coredump_using_sections()
2474 rproc->elf_class = ELFCLASSNONE; in rproc_alloc()
359 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
369 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
1243 if (e_ident[EI_CLASS] == ELFCLASSNONE || e_ident[EI_CLASS] >= ELFCLASSNUM) in dso__read_e_machine()
1955 if (kcore->elfclass == ELFCLASSNONE) in kcore__open()