OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MULTIBOOT_AOUT_KLUDGE
(Results
1 - 2
of
2
) sorted by null
/external/grub/stage2/
mb_header.h
39
/* These are only valid if
MULTIBOOT_AOUT_KLUDGE
is set. */
64
&& (! (
MULTIBOOT_AOUT_KLUDGE
& *((int *) (addr + 4))) || (len) >= 32) \
90
#define
MULTIBOOT_AOUT_KLUDGE
0x00010000
boot.c
138
else if (flags &
MULTIBOOT_AOUT_KLUDGE
)
496
if (flags &
MULTIBOOT_AOUT_KLUDGE
)
506
if (!(flags &
MULTIBOOT_AOUT_KLUDGE
))
Completed in 60 milliseconds