Searched refs:ID_ELF32B (Results 1 – 2 of 2) sorted by relevance
53 ID_ELF32B, // ELF 32-bit, big endian enumerator69 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()129 return !(TypeID == ID_ELF32B || TypeID == ID_ELF64B || in isLittleEndian()
54 ID_ELF32B, // ELF 32-bit, big endian enumerator72 return is64Bits ? ID_ELF64B : ID_ELF32B; in getELFType()132 return !(TypeID == ID_ELF32B || TypeID == ID_ELF64B || in isLittleEndian()