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

/art/runtime/
H A Delf.h51 EI_MAG2 = 2, // File identification index. enumerator in enum:__anon101
65 constexpr char ELFMAG2 = ElfMagic[EI_MAG2];
H A Delf_file.cc434 || (ELFMAG2 != header_->e_ident[EI_MAG2])
441 header_->e_ident[EI_MAG2],
/art/compiler/linker/
H A Delf_builder.h910 elf_header.e_ident[EI_MAG2] = ELFMAG2;

Completed in 16 milliseconds