Searched defs:ISTAG (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A DldrPE.h296 #define ISTAG(a_StorageClass) ( (a_StorageClass) == IMAGE_SYM_CLASS_STRUCT_TAG \ macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h2917 #ifndef ISTAG
2918 #define ISTAG(x) ((x)==IMAGE_SYM_CLASS_STRUCT_TAG || (x)==IMAGE_SYM_CLASS_UNION_TAG || (x)==IMAGE_SYM_CLASS_ENUM_TAG) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h3132 #ifndef ISTAG
3133 #define ISTAG(x) ((x)==IMAGE_SYM_CLASS_STRUCT_TAG || (x)==IMAGE_SYM_CLASS_UNION_TAG || (x)==IMAGE_SYM_CLASS_ENUM_TAG) macro

Completed in 132 milliseconds