Home | History | Annotate | Download | only in common

Lines Matching defs:marks

128 	u_long          marks[MARK_MAX];
139 memset(marks, 0, sizeof marks);
173 if ((loadfile(bootfile, marks, LOAD_KERNEL)) >= 0)
208 win = loadfile(kernel, marks, LOAD_KERNEL);
212 win = loadfile(bootfile, marks, LOAD_KERNEL);
221 win = loadfile(bootfile, marks, LOAD_KERNEL);
237 bi_syms.nsym = marks[MARK_NSYM];
238 bi_syms.ssym = marks[MARK_SYM];
239 bi_syms.esym = marks[MARK_END];
241 entry = (void *)marks[MARK_ENTRY];
245 printf("nsym 0x%lx ssym 0x%lx esym 0x%lx\n", marks[MARK_NSYM],
246 marks[MARK_SYM], marks[MARK_END]);