Home
last modified time | relevance | path

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

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