Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc439 uint8_t elf_class = (sizeof(Elf_Addr) == sizeof(Elf64_Addr)) ? ELFCLASS64 : ELFCLASS32; in SetMap() local
440 if (elf_class != header_->e_ident[EI_CLASS]) { in SetMap()
442 elf_class, in SetMap()