Searched refs:getFileClass (Results 1 – 5 of 5) sorted by relevance
81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function105 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
80 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function106 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
477 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
159 getHeader()->getFileClass() == ELF::ELFCLASS64; in isMipsELF64()
650 …ASSERT(sizeof(void *) == 8 ? elfHeader->getFileClass() == ELFCLASS64 : elfHeader->getFileClass() =… in loadImage()