Searched refs:CALLSTACK_WEAK (Results 1 – 2 of 2) sorted by relevance
31 #ifndef CALLSTACK_WEAK33 # define CALLSTACK_WEAK __attribute__((weak)) macro35 # define CALLSTACK_WEAK macro157 static CallStackUPtr CALLSTACK_WEAK getCurrentInternal(int32_t ignoreDepth);158 static void CALLSTACK_WEAK logStackInternal(const char* logtag, const CallStack* stack,160 static String8 CALLSTACK_WEAK stackToStringInternal(const char* prefix, const CallStack* stack);163 static void CALLSTACK_WEAK deleteStack(CallStack* stack);172 #undef CALLSTACK_WEAK
25 #define CALLSTACK_WEAK // Don't generate weak definitions. macro