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

/art/runtime/
H A Delf.h49 EI_MAG0 = 0, // File identification index. enumerator in enum:__anon101
63 constexpr char ELFMAG0 = ElfMagic[EI_MAG0];
H A Delf_file.cc432 if ((ELFMAG0 != header_->e_ident[EI_MAG0])
439 header_->e_ident[EI_MAG0],
/art/compiler/linker/
H A Delf_builder.h908 elf_header.e_ident[EI_MAG0] = ELFMAG0;

Completed in 32 milliseconds