Home | History | Annotate | Download | only in boot

Lines Matching defs:marks

136 	u_long          marks[MARK_MAX];
145 memset(marks, 0, sizeof marks);
208 win = loadfile(kernel, marks, LOAD_KERNEL);
212 win = loadfile(bootfile, marks, LOAD_KERNEL);
221 win = loadfile(bootfile, marks, LOAD_KERNEL);
238 bi_syms.nsym = marks[MARK_NSYM];
239 bi_syms.ssym = marks[MARK_SYM];
240 bi_syms.esym = marks[MARK_END];
243 entry = (void *)marks[MARK_ENTRY];
247 printf("nsym 0x%lx ssym 0x%lx esym 0x%lx\n", marks[MARK_NSYM],
248 marks[MARK_SYM], marks[MARK_END]);