Searched refs:image (Results 1 – 21 of 21) sorted by relevance
/DragonStub/lib/ |
H A D | entry.c | 59 extern EFI_STATUS efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *systab); 61 EFI_STATUS _entry(EFI_HANDLE image, EFI_SYSTEM_TABLE *systab) in _entry() argument 64 InitializeLib(image, systab); in _entry() 67 status = efi_main(image, systab); in _entry()
|
/DragonStub/inc/dragonstub/ |
H A D | dragonstub.h | 21 EFI_STATUS efi_handle_cmdline(EFI_LOADED_IMAGE *image, char **cmdline_ptr); 23 char *efi_convert_cmdline(EFI_LOADED_IMAGE *image, int *cmd_line_len); 212 efi_status_t efi_stub_common(efi_handle_t handle, efi_loaded_image_t *image, 216 efi_status_t efi_boot_kernel(efi_handle_t handle, efi_loaded_image_t *image,
|
/DragonStub/gnuefi/ |
H A D | reloc_arm.c | 43 EFI_HANDLE image EFI_UNUSED, in _relocate()
|
H A D | reloc_x86_64.c | 44 EFI_HANDLE image EFI_UNUSED, in _relocate()
|
H A D | reloc_ia32.c | 42 EFI_HANDLE image EFI_UNUSED, in _relocate()
|
H A D | reloc_aarch64.c | 43 EFI_HANDLE image EFI_UNUSED, in _relocate()
|
H A D | reloc_loongarch64.c | 44 EFI_HANDLE image EFI_UNUSED, in _relocate()
|
H A D | reloc_mips64el.c | 45 EFI_HANDLE image EFI_UNUSED, in _relocate()
|
/DragonStub/apps/ |
H A D | helper.c | 133 char *efi_convert_cmdline(EFI_LOADED_IMAGE *image, int *cmd_line_len) in efi_convert_cmdline() argument 135 const efi_char16_t *options = efi_table_attr(image, LoadOptions); in efi_convert_cmdline() 136 u32 options_size = efi_table_attr(image, LoadOptionsSize); in efi_convert_cmdline()
|
H A D | stub.c | 50 EFI_STATUS efi_handle_cmdline(EFI_LOADED_IMAGE *image, char **cmdline_ptr) in efi_handle_cmdline() argument 61 cmdline = efi_convert_cmdline(image, &cmdline_size); in efi_handle_cmdline()
|
H A D | fdt.c | 224 efi_loaded_image_t *image, in allocate_new_fdt_and_exit_boot() argument
|
/DragonStub/inc/loongarch64/ |
H A D | efibind.h | 139 EFI_HANDLE image, \
|
/DragonStub/inc/riscv64/ |
H A D | efibind.h | 111 EFI_HANDLE image, \
|
/DragonStub/inc/aarch64/ |
H A D | efibind.h | 141 EFI_HANDLE image, \
|
/DragonStub/inc/arm/ |
H A D | efibind.h | 149 EFI_HANDLE image, \
|
/DragonStub/inc/mips64el/ |
H A D | efibind.h | 139 EFI_HANDLE image, \
|
/DragonStub/inc/ia64/ |
H A D | efibind.h | 209 EFI_HANDLE image, \
|
/DragonStub/inc/ia32/ |
H A D | efibind.h | 260 EFI_HANDLE image, \
|
/DragonStub/inc/x86_64/ |
H A D | efibind.h | 273 EFI_HANDLE image, \
|
/DragonStub/docs/ |
H A D | README.gnuefi | 141 EFI_STATUS efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab); 318 (c) convert the resulting image to an EFI binary
|
/DragonStub/ |
H A D | ChangeLog | 1202 ELF image. ELILO autodetects the format 1305 "ImageAddress: pointer outside of image" error due to the .dynsym
|