OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mod_start
(Results
1 - 6
of
6
) sorted by null
/external/grub/docs/
multiboot.h
101
unsigned long
mod_start
;
member in struct:module
multiboot.h.texi
101
unsigned long
mod_start
;
kernel.c
97
printf ("
mod_start
= 0x%x, mod_end = 0x%x, string = %s\n",
98
(unsigned) mod->
mod_start
,
kernel.c.texi
97
printf ("
mod_start
= 0x%x, mod_end = 0x%x, string = %s\n",
98
(unsigned) mod->
mod_start
,
/external/grub/stage2/
mb_info.h
26
/* the memory used goes from bytes '
mod_start
' to 'mod_end-1' inclusive */
27
unsigned long
mod_start
;
member in struct:mod_list
boot.c
786
mll[mbi.mods_count].
mod_start
= cur_addr;
Completed in 20 milliseconds