Home
last modified time | relevance | path

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

/external/grub/docs/
Dboot.S32 multiboot_header: label
41 .long multiboot_header
Dboot.S.texi32 multiboot_header:
41 .long multiboot_header
Dmultiboot.h49 typedef struct multiboot_header struct
Dmultiboot.h.texi49 typedef struct multiboot_header
Dmultiboot.info1103 typedef struct multiboot_header
1214 multiboot_header:
1223 .long multiboot_header
/external/grub/stage2/
Dmb_header.h24 struct multiboot_header struct
Dboot.c51 struct multiboot_header *mb; in load_image()
81 flags = ((struct multiboot_header *) (buffer + i))->flags; in load_image()
140 pu.mb = (struct multiboot_header *) (buffer + i); in load_image()
/external/grub/
DChangeLog2562 * docs/boot.S (multiboot_header) [__ELF__]: Don't define a.out
2813 * stage2/mb_header.h (multiboot_header): Added new fields,