Lines Matching defs:endpt
494 int lnum = sleb->lnum, endpt = start;
502 endpt = snod->offs + snod->len;
509 dbg_rcvry("need to fix LEB %d start %d endpt %d",
510 lnum, start, sleb->endpt);
515 ucleb->endpt = endpt;
521 dbg_rcvry("fixing LEB %d start %d endpt %d",
522 lnum, start, sleb->endpt);
523 if (endpt == 0) {
528 int len = ALIGN(endpt, c->min_io_size);
537 if (len > endpt) {
538 int pad_len = len - ALIGN(endpt, 8);
985 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1;
1044 len = ALIGN(ucleb->endpt, c->min_io_size);
1045 if (len > ucleb->endpt) {
1046 int pad_len = len - ALIGN(ucleb->endpt, 8);