Searched refs:RUNTIMEFUNCTION (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/stand/efi/include/arm64/
H A Defibind.h156 // RUNTIMEFUNCTION - prototype for implementation of a runtime function that is not a service
170 #define RUNTIMEFUNCTION macro
/freebsd-12-stable/stand/efi/include/amd64/
H A Defibind.h158 // RUNTIMEFUNCTION - prototype for implementation of a runtime function that is not a service
176 //#define RUNTIMEFUNCTION(proto,a) alloc_text("rtcode",a); proto a
178 #define RUNTIMEFUNCTION macro
/freebsd-12-stable/stand/efi/include/i386/
H A Defibind.h158 // RUNTIMEFUNCTION - prototype for implementation of a runtime function that is not a service
172 //#define RUNTIMEFUNCTION(proto,a) alloc_text("rtcode",a); proto a
174 #define RUNTIMEFUNCTION macro

Completed in 110 milliseconds