Searched refs:getFileClass (Results 1 – 9 of 9) sorted by relevance
103 Header->getFileClass() == ELF::ELFCLASS64; in isMipsELF64()108 Header->getFileClass() == ELF::ELFCLASS64 && in isMips64EL()
490 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
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
64 Y->Header.Class = ELFYAML::ELF_ELFCLASS(Obj.getHeader()->getFileClass()); in dump()
477 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
159 getHeader()->getFileClass() == ELF::ELFCLASS64; in isMipsELF64()
656 …ASSERT(sizeof(void *) == 8 ? elfHeader->getFileClass() == ELFCLASS64 : elfHeader->getFileClass() =… in loadImage()