/DragonStub/inc/loongarch64/ |
H A D | efibind.h | 144 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 145 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/inc/riscv64/ |
H A D | efibind.h | 117 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 118 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/inc/ia32/ |
H A D | efibind.h | 234 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 266 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 267 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/inc/aarch64/ |
H A D | efibind.h | 147 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 148 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/inc/arm/ |
H A D | efibind.h | 155 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 156 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/inc/mips64el/ |
H A D | efibind.h | 144 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 145 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/inc/ia64/ |
H A D | efibind.h | 215 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 216 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/lib/ |
H A D | Makefile | 47 entry error event exit guid hand hw init lock \
|
/DragonStub/inc/x86_64/ |
H A D | efibind.h | 247 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 279 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 280 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/inc/dragonstub/ |
H A D | linux-efi.h | 378 } entry[]; member 383 sizeof_field(struct linux_efi_memreserve, entry[0]))
|
/DragonStub/docs/ |
H A D | README.gnuefi | 138 - The EFI application's entry point is always called "efi_main". The 207 (3) On IA-64, the EFI entry point needs to point to a function 208 descriptor, not to the code address of the entry point. 360 As mentioned above, the IA-64 PE32+ format assumes that the entry 362 consists of two double words: the first one is the code entry point 364 calling the entry point. Since the ELF toolchain doesn't know how to 365 generate a function descriptor for the entry point, the startup code 373 this places the procedure label for entry point _start in a section
|
/DragonStub/ |
H A D | ChangeLog | 1236 * gnuefi/crt0-efi-ia32.S (dummy): Add a dummy relocation entry. 1244 * gnuefi/crt0-efi-ia32.S (dummy): Add a dummy relocation entry.
|