Searched refs:EI_CLASS (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Delf_file.cc446 if (elf_class != header_->e_ident[EI_CLASS]) {
447 *error_msg = StringPrintf("Failed to find expected EI_CLASS value %d in %s, found %d",
450 header_->e_ident[EI_CLASS]);
457 header_->e_ident[EI_CLASS]);
464 header_->e_ident[EI_CLASS]);
1704 if (header[EI_CLASS] == ELFCLASS64) {
1715 } else if (header[EI_CLASS] == ELFCLASS32) {
1727 *error_msg = StringPrintf("Failed to find expected EI_CLASS value %d or %d in %s, found %d",
1730 header[EI_CLASS]);
1755 if (header[EI_CLASS]
[all...]
H A Delf.h53 EI_CLASS = 4, // File class. enumerator in enum:__anon101
90 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
114 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
/art/compiler/linker/
H A Delf_builder.h912 elf_header.e_ident[EI_CLASS] = (sizeof(Elf_Addr) == sizeof(Elf32_Addr))

Completed in 94 milliseconds