Searched refs:CALLSTACK_WEAK (Results 1 – 2 of 2) sorted by relevance
33 #ifndef CALLSTACK_WEAK35 # define CALLSTACK_WEAK __attribute__((weak)) macro37 # define CALLSTACK_WEAK macro155 static CallStackUPtr CALLSTACK_WEAK getCurrentInternal(int32_t ignoreDepth);156 static void CALLSTACK_WEAK logStackInternal(const char* logtag, const CallStack* stack,158 static String8 CALLSTACK_WEAK stackToStringInternal(const char* prefix, const CallStack* stack);161 static void CALLSTACK_WEAK deleteStack(CallStack* stack);
25 #define CALLSTACK_WEAK // Don't generate weak definitions. macro