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

/art/runtime/
H A Delf_file.cc466 if (ELFDATA2LSB != header_->e_ident[EI_DATA]) {
468 ELFDATA2LSB,
H A Delf.h309 ELFDATA2LSB = 1, // Little-endian object file enumerator in enum:__anon60
/art/compiler/
H A Delf_writer_quick.cc818 elf_header_.e_ident[EI_DATA] = ELFDATA2LSB;

Completed in 2068 milliseconds