Searched refs:lbase (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.c | 490 Address lbase = 0, lend; in fixup_maps() local 500 if (mi == &modules || mi->load_base < lbase) in fixup_maps() 501 lbase = mi->load_base; in fixup_maps() 522 lend = lbase + (mi->data_end - mi->txt_origin); in fixup_maps() 523 if ((lbase < modules.load_base && lend < modules.load_base) || in fixup_maps() 524 (lbase > modules.load_end && lend > modules.load_end)) { in fixup_maps() 526 mi->load_base = lbase; in fixup_maps() 530 lbase = CEIL(lend + PGSZ, PGSZ); in fixup_maps() 537 mi->load_end = mi->load_base + (lend - lbase); in fixup_maps() 539 lbase = CEIL(mi->load_end + PGSZ, PGSZ); in fixup_maps()
|
/titanic_41/usr/src/uts/common/zmod/ |
H A D | inftrees.c | 62 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 190 base = lbase;
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_parser.c | 339 ctf_id_t lbase = ctf_type_resolve(lfp, ltype); in dt_type_promote() local 340 uint_t lkind = ctf_type_kind(lfp, lbase); in dt_type_promote() 354 ltype = lbase = DT_INT_TYPE(dtp); in dt_type_promote() 362 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) { in dt_type_promote() 382 if (lbase - rbase < 0) in dt_type_promote() 1047 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; in dt_node_is_ptrcompat() local 1083 lbase = ctf_type_resolve(lfp, lp->dn_type); in dt_node_is_ptrcompat() 1084 lkind = ctf_type_kind(lfp, lbase); in dt_node_is_ptrcompat() 1088 ctf_type_reference(lfp, lbase)); in dt_node_is_ptrcompat() 1090 ctf_array_info(lfp, lbase, &r) == 0) { in dt_node_is_ptrcompat() [all …]
|