Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/
Dcompiler.h196 #define __weak_impl( name ) _w_ ## name macro
208 ret __weak_impl( name ) proto __attribute__ (( weak )); \
210 if ( __weak_impl( name ) ) \
211 return __weak_impl( name ) args; \
/external/syslinux/gpxe/src/arch/i386/interface/pxeparent/
Dpxeparent_dhcp.c32 void __weak_impl ( get_cached_dhcpack ) ( void ) { in __weak_impl() function