HomeSort by relevance Sort by last modified time
    Searched refs:__weak_impl (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/arch/i386/interface/pxeparent/
pxeparent_dhcp.c 32 void __weak_impl ( get_cached_dhcpack ) ( void ) {
  /external/syslinux/gpxe/src/include/
compiler.h 196 #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; \

Completed in 152 milliseconds