Searched refs:getEIClass (Results 1 – 2 of 2) sorted by relevance
69 unsigned getEIClass() const { return is64Bit ? ELFCLASS64 : ELFCLASS32; } in getEIClass() function
132 ElfHdr.emitByte(TEW->getEIClass()); // e_ident[EI_CLASS] in doInitialization()