OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RUNTIME_CODE
(Results
1 - 5
of
5
) sorted by null
/external/syslinux/efi32/include/efi/ia32/
efibind.h
171
//
RUNTIME_CODE
- pragma macro for declaring runtime code
189
#define
RUNTIME_CODE
(a) alloc_text("rtcode", a)
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
efibind.h
171
//
RUNTIME_CODE
- pragma macro for declaring runtime code
189
#define
RUNTIME_CODE
(a) alloc_text("rtcode", a)
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
efibind.h
151
//
RUNTIME_CODE
- pragma macro for declaring runtime code
166
#define
RUNTIME_CODE
(a) alloc_text("rtcode", a)
/external/syslinux/efi64/include/efi/x86_64/
efibind.h
180
//
RUNTIME_CODE
- pragma macro for declaring runtime code
201
#define
RUNTIME_CODE
(a) alloc_text("rtcode", a)
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
efibind.h
180
//
RUNTIME_CODE
- pragma macro for declaring runtime code
201
#define
RUNTIME_CODE
(a) alloc_text("rtcode", a)
Completed in 119 milliseconds