Searched defs:IsElf64 (Results 1 – 2 of 2) sorted by relevance
157 bool Elf64Parser::IsElf64(const std::string& fileName) { in IsElf64() function in android::elf64::Elf64Parser
79 bool IsElf64() { return ehdr.e_ident[EI_CLASS] == ELFCLASS64; } in IsElf64() function