Home
last modified time | relevance | path

Searched refs:multiboot_header (Results 1 – 3 of 3) sorted by relevance

/misc/efi-stub/
A Dmultiboot.c47 const struct multiboot_header *find_mb1header(const UINT8 *buffer, uint64_t len) in find_mb1header()
49 const struct multiboot_header *header; in find_mb1header()
51 for (header = (struct multiboot_header *)buffer; in find_mb1header()
53 header = (struct multiboot_header *)((char *)header + MULTIBOOT_HEADER_ALIGN)) in find_mb1header()
A Dmultiboot.h59 struct multiboot_header { struct
82 extern struct multiboot_header *Multiboot_Header; argument
388 const struct multiboot_header *find_mb1header(const UINT8 *buffer, uint64_t len);
A Dcontainer.c214 mb_hdr = (struct multiboot_header *)find_mb1header(data, MULTIBOOT_SEARCH); in parse_boot_image()

Completed in 6 milliseconds