Home
last modified time | relevance | path

Searched refs:lbase (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c526 Address lbase = 0, lend; in fixup_maps() local
536 if (mi == &modules || mi->load_base < lbase) in fixup_maps()
537 lbase = mi->load_base; in fixup_maps()
558 lend = lbase + (mi->data_end - mi->txt_origin); in fixup_maps()
559 if ((lbase < modules.load_base && lend < modules.load_base) || in fixup_maps()
560 (lbase > modules.load_end && lend > modules.load_end)) { in fixup_maps()
562 mi->load_base = lbase; in fixup_maps()
566 lbase = CEIL(lend + PGSZ, PGSZ); in fixup_maps()
573 mi->load_end = mi->load_base + (lend - lbase); in fixup_maps()
575 lbase = CEIL(mi->load_end + PGSZ, PGSZ); in fixup_maps()
/illumos-gate/usr/src/contrib/zlib/
H A Dinftrees.c56 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table() local
183 base = lbase; in inflate_table()
/illumos-gate/usr/src/tools/smatch/src/
H A Devaluate.c841 struct symbol *lbase; in evaluate_ptr_sub() local
846 lbase = examine_pointer_target(ltype); in evaluate_ptr_sub()
854 if (is_function(lbase)) { in evaluate_ptr_sub()
860 if (lbase->bit_size > bits_in_char) { in evaluate_ptr_sub()
864 unsigned long value = bits_to_bytes(lbase->bit_size); in evaluate_ptr_sub()
1048 struct symbol *ltype, *rtype, *lbase, *rbase; in evaluate_compare() local
1112 lbase = examine_pointer_target(ltype); in evaluate_compare()
1118 if (lbase == &void_ctype) { in evaluate_compare()
1156 struct symbol *ctype, *ltype, *rtype, *lbase, *rbase; in evaluate_conditional_expression() local
1241 lbase = examine_pointer_target(ltype); in evaluate_conditional_expression()
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c341 uint_t lkind = ctf_type_kind(lfp, lbase); in dt_type_promote()
355 ltype = lbase = DT_INT_TYPE(dtp); in dt_type_promote()
383 if (lbase - rbase < 0) in dt_type_promote()
1057 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; in dt_node_is_ptrcompat() local
1093 lbase = ctf_type_resolve(lfp, lp->dn_type); in dt_node_is_ptrcompat()
1094 lkind = ctf_type_kind(lfp, lbase); in dt_node_is_ptrcompat()
1098 ctf_type_reference(lfp, lbase)); in dt_node_is_ptrcompat()
1100 ctf_array_info(lfp, lbase, &r) == 0) { in dt_node_is_ptrcompat()
1124 lbase = rbase; in dt_node_is_ptrcompat()
1129 rbase = lbase; in dt_node_is_ptrcompat()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1733 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
1861 base = lbase;