Home
last modified time | relevance | path

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

/art/runtime/
Delf.h51 EI_MAG2 = 2, // File identification index. enumerator
65 const char ELFMAG2 = ElfMagic[EI_MAG2];
Delf_file.cc465 || (ELFMAG2 != header_->e_ident[EI_MAG2]) in SetMap()
472 header_->e_ident[EI_MAG2], in SetMap()
/art/compiler/
Delf_writer_quick.cc815 elf_header_.e_ident[EI_MAG2] = ELFMAG2; in SetupEhdr()