Searched refs:EI_DATA (Results 1 – 3 of 3) sorted by relevance
54 EI_DATA = 5, // Data encoding. enumerator88 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; } in getDataEncoding()112 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; } in getDataEncoding()
503 if (ELFDATA2LSB != header_->e_ident[EI_DATA]) { in SetMap()
881 elf_header.e_ident[EI_DATA] = ELFDATA2LSB; in MakeElfHeader()