Searched refs:IS_GXX_VTABLE (Results 1 – 3 of 3) sorted by relevance
4026 #define IS_GXX_VTABLE(symP) (strncmp (S_GET_NAME (symP), "__vt.", 5) == 0) macro4302 if (S_GET_RAW_TYPE (sp) == N_UNDF && IS_GXX_VTABLE (sp)) in global_symbol_directory()4346 define_as_global_symbol = IS_GXX_VTABLE (sp); in global_symbol_directory()4385 define_as_global_symbol = IS_GXX_VTABLE (sp); in global_symbol_directory()
2350 [IS_GXX_VTABLE]: New macro.