Home
last modified time | relevance | path

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

/malloc/
A Dmalloc-debug.c418 #define SYMHANDLE(sym) sym ## _handle macro
421 static void *SYMHANDLE (sym); \
422 if (SYMHANDLE (sym) == NULL) \
423 SYMHANDLE (sym) = dlsym (RTLD_NEXT, #sym); \
424 SYMHANDLE (sym); \

Completed in 5 milliseconds