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

/vbox/src/VBox/Runtime/include/internal/
H A DldrPE.h244 #define IMAGE_SYM_CLASS_UNION_TAG UINT8_C(12) macro
297 || (a_StorageClass) == IMAGE_SYM_CLASS_UNION_TAG \
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h2880 #define IMAGE_SYM_CLASS_UNION_TAG 0x000C macro
2918 #define ISTAG(x) ((x)==IMAGE_SYM_CLASS_STRUCT_TAG || (x)==IMAGE_SYM_CLASS_UNION_TAG || (x)==IMAGE_SYM_CLASS_ENUM_TAG)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h3095 #define IMAGE_SYM_CLASS_UNION_TAG 0x000C macro
3133 #define ISTAG(x) ((x)==IMAGE_SYM_CLASS_STRUCT_TAG || (x)==IMAGE_SYM_CLASS_UNION_TAG || (x)==IMAGE_SYM_CLASS_ENUM_TAG)

Completed in 99 milliseconds