Searched refs:lbase (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/illumos-gate/usr/src/uts/common/zmod/
H A Dinftrees.c62 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
190 base = lbase;
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c490 Address lbase = 0, lend; local
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);
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c339 ctf_id_t lbase = ctf_type_resolve(lfp, ltype); local
340 uint_t lkind = ctf_type_kind(lfp, lbase);
354 ltype = lbase = DT_INT_TYPE(dtp);
362 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) {
382 if (lbase - rbase < 0)
1047 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; local
1083 lbase = ctf_type_resolve(lfp, lp->dn_type);
1084 lkind = ctf_type_kind(lfp, lbase);
1088 ctf_type_reference(lfp, lbase));
1090 ctf_array_info(lfp, lbase,
[all...]

Completed in 69 milliseconds