reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
423 if (m_wordsize == 8 && *p == 0x48) 424 p++; 425 if (*(p) == 0x8b && *(p + 1) == 0xe3) 425 if (*(p) == 0x8b && *(p + 1) == 0xe3) 427 if (*(p) == 0x89 && *(p + 1) == 0xdc) 427 if (*(p) == 0x89 && *(p + 1) == 0xdc)