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

/illumos-gate/usr/src/boot/sys/boot/efi/include/amd64/
H A Defibind.h158 // RUNTIME_CODE - pragma macro for declaring runtime code
180 #define RUNTIME_CODE(a) alloc_text("rtcode", a) macro
/illumos-gate/usr/src/boot/sys/boot/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
/illumos-gate/usr/src/boot/sys/boot/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 46 milliseconds