Home
last modified time | relevance | path

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

/art/runtime/
Delf.h54 EI_DATA = 5, // Data encoding. enumerator
88 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; } in getDataEncoding()
112 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; } in getDataEncoding()
Delf_file.cc503 if (ELFDATA2LSB != header_->e_ident[EI_DATA]) { in SetMap()
/art/compiler/
Delf_builder.h881 elf_header.e_ident[EI_DATA] = ELFDATA2LSB; in MakeElfHeader()