Lines Matching defs:lbase
490 Address lbase = 0, lend;
500 if (mi == &modules || mi->load_base < lbase)
501 lbase = mi->load_base;
522 lend = lbase + (mi->data_end - mi->txt_origin);
523 if ((lbase < modules.load_base && lend < modules.load_base) ||
524 (lbase > modules.load_end && lend > modules.load_end)) {
526 mi->load_base = lbase;
530 lbase = CEIL(lend + PGSZ, PGSZ);
533 * can't use this lbase & lend pair, as it
537 mi->load_end = mi->load_base + (lend - lbase);
539 lbase = CEIL(mi->load_end + PGSZ, PGSZ);