Searched refs:DECLWEAK (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dcdefs.h1043 /** @def DECLWEAK
1048 * EMR3DECL(DECLWEAK(int)) foo;
1052 # define DECLWEAK(type) type __attribute__((weak)) macro
1054 # define DECLWEAK(type) type macro
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp256 extern "C" DECLWEAK(DECLIMPORT(RTLOGGERRC)) g_Logger;

Completed in 1601 milliseconds