Home
last modified time | relevance | path

Searched refs:CALLSTACK_WEAK (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/include/utils/
DCallStack.h33 #ifndef CALLSTACK_WEAK
35 # define CALLSTACK_WEAK __attribute__((weak)) macro
37 # define CALLSTACK_WEAK macro
155 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);
/system/core/libutils/
DCallStack.cpp25 #define CALLSTACK_WEAK // Don't generate weak definitions. macro