Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 12 of 12) sorted by relevance

/DragonStub/inc/loongarch64/
H A Defibind.h144 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
145 (_if)->LoadInternal(type, name, entry)
/DragonStub/inc/riscv64/
H A Defibind.h117 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
118 (_if)->LoadInternal(type, name, entry)
/DragonStub/inc/ia32/
H A Defibind.h234 #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 Defibind.h147 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
148 (_if)->LoadInternal(type, name, entry)
/DragonStub/inc/arm/
H A Defibind.h155 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
156 (_if)->LoadInternal(type, name, entry)
/DragonStub/inc/mips64el/
H A Defibind.h144 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
145 (_if)->LoadInternal(type, name, entry)
/DragonStub/inc/ia64/
H A Defibind.h215 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
216 (_if)->LoadInternal(type, name, entry)
/DragonStub/lib/
H A DMakefile47 entry error event exit guid hand hw init lock \
/DragonStub/inc/x86_64/
H A Defibind.h247 #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 Dlinux-efi.h378 } entry[]; member
383 sizeof_field(struct linux_efi_memreserve, entry[0]))
/DragonStub/docs/
H A DREADME.gnuefi138 - 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 DChangeLog1236 * gnuefi/crt0-efi-ia32.S (dummy): Add a dummy relocation entry.
1244 * gnuefi/crt0-efi-ia32.S (dummy): Add a dummy relocation entry.