Home
last modified time | relevance | path

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

/art/runtime/
Delf.h50 EI_MAG1 = 1, // File identification index. enumerator
64 const char ELFMAG1 = ElfMagic[EI_MAG1];
Delf_file.cc464 || (ELFMAG1 != header_->e_ident[EI_MAG1]) in SetMap()
471 header_->e_ident[EI_MAG1], in SetMap()
/art/compiler/
Delf_writer_quick.cc814 elf_header_.e_ident[EI_MAG1] = ELFMAG1; in SetupEhdr()