Searched refs:ELFCLASSNONE (Results 1 - 12 of 12) sorted by relevance

/external/elfutils/libelf/
H A Dgelf_getclass.c43 return elf == NULL || elf->kind != ELF_K_ELF ? ELFCLASSNONE : elf->class;
H A Dcommon.h57 if (eclass > ELFCLASSNONE && eclass < ELFCLASSNUM
H A Delf.h124 #define ELFCLASSNONE 0 /* Invalid class */ macro
/external/elfutils/libdwfl/
H A Dlinux-proc-maps.c53 ELFCLASSNONE for an error. */
60 return ELFCLASSNONE;
65 return ELFCLASSNONE;
74 return ELFCLASSNONE;
159 unsigned char pid_class = ELFCLASSNONE;
H A Dlink_map.c659 if (*elfclass == ELFCLASSNONE)
707 uint_fast8_t elfclass = ELFCLASSNONE;
/external/kernel-headers/original/uapi/linux/
H A Delf.h342 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
/external/llvm/include/llvm/Object/
H A DELF.h30 return std::make_pair((uint8_t)ELF::ELFCLASSNONE,
/external/elfutils/src/
H A Dld.c451 if (OPEN_OUTFILE (&ld_state, EM_NONE, ELFCLASSNONE, ELFDATANONE) != 0)
/external/llvm/include/llvm/Support/
H A DELF.h317 ELFCLASSNONE = 0, enumerator in enum:llvm::ELF::__anon12022
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp512 { "None", ELF::ELFCLASSNONE },
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/valgrind/perf/
H A Dtinycc.c207 #define ELFCLASSNONE 0 /* Invalid class */ macro

Completed in 166 milliseconds