Searched refs:__weak_impl (Results 1 – 2 of 2) sorted by relevance
196 #define __weak_impl( name ) _w_ ## name macro208 ret __weak_impl( name ) proto __attribute__ (( weak )); \210 if ( __weak_impl( name ) ) \211 return __weak_impl( name ) args; \
32 void __weak_impl ( get_cached_dhcpack ) ( void ) { in __weak_impl() function