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

/freebsd-12-stable/stand/efi/include/arm64/
H A Defibind.h157 // RUNTIME_CODE - pragma macro for declaring runtime code
172 #define RUNTIME_CODE(a) alloc_text("rtcode", a) macro
/freebsd-12-stable/stand/efi/include/amd64/
H A Defibind.h159 // RUNTIME_CODE - pragma macro for declaring runtime code
181 #define RUNTIME_CODE(a) alloc_text("rtcode", a) macro
/freebsd-12-stable/stand/efi/include/i386/
H A Defibind.h159 // RUNTIME_CODE - pragma macro for declaring runtime code
177 #define RUNTIME_CODE(a) alloc_text("rtcode", a) macro

Completed in 159 milliseconds