Searched refs:pCPU (Results 1 – 1 of 1) sorted by relevance
655 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() argument684 *pCPU=EM_386; in getArchitecture()690 *pCPU=IMAGE_FILE_MACHINE_IA64; in getArchitecture()696 *pCPU = IMAGE_FILE_MACHINE_UNKNOWN; in getArchitecture()701 *pCPU=IMAGE_FILE_MACHINE_I386; // We would use one of these names in getArchitecture()754 *pCPU=buffer.header32.e_machine; in getArchitecture()762 *pCPU=pHeader->Machine; in getArchitecture()767 *pBits= *pCPU==IMAGE_FILE_MACHINE_I386 ? 32 : 64; in getArchitecture()