Searched refs:rbase (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/boot/common/ |
H A D | load_elf_obj.c | 469 Elf_Rel r, *rbase; in __elfN() local 501 rbase = (Elf_Rel *)(intptr_t)shdr[i].sh_addr; in __elfN() 505 COPYOUT(rbase + j, &r, sizeof(r)); in __elfN()
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | rootnex.c | 1024 rootnex_addr_t rbase; in rootnex_map_regspec() local 1145 rbase = (rootnex_addr_t)(rp->regspec_addr & MMU_PAGEMASK); in rootnex_map_regspec() 1152 pbase = pfn_to_pa(xen_assign_pfn(mmu_btop(rbase))); in rootnex_map_regspec() 1154 pbase = rbase; in rootnex_map_regspec() 1157 pbase = rbase; in rootnex_map_regspec() 1261 rootnex_addr_t rbase; in rootnex_map_handle() local 1328 rbase = (rootnex_addr_t)rp->regspec_addr & in rootnex_map_handle() 1341 pbase = pfn_to_pa(xen_assign_pfn(mmu_btop(rbase))) | in rootnex_map_handle() 1342 (rbase & MMU_PAGEOFFSET); in rootnex_map_handle() 1344 pbase = rbase; in rootnex_map_handle() [all …]
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_parser.c | 343 ctf_id_t rbase = ctf_type_resolve(rfp, rtype); in dt_type_promote() local 344 uint_t rkind = ctf_type_kind(rfp, rbase); in dt_type_promote() 360 rtype = rbase = DT_INT_TYPE(dtp); in dt_type_promote() 368 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) { 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 1106 rbase = ctf_type_resolve(rfp, rp->dn_type); in dt_node_is_ptrcompat() 1107 rkind = ctf_type_kind(rfp, rbase); in dt_node_is_ptrcompat() 1111 ctf_type_reference(rfp, rbase)); in dt_node_is_ptrcompat() 1113 ctf_array_info(rfp, rbase, &r) == 0) { in dt_node_is_ptrcompat() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | evaluate.c | 1048 struct symbol *ltype, *rtype, *lbase, *rbase; in evaluate_compare() local 1113 rbase = examine_pointer_target(rtype); in evaluate_compare() 1122 if (rbase == &void_ctype) { in evaluate_compare() 1156 struct symbol *ctype, *ltype, *rtype, *lbase, *rbase; in evaluate_conditional_expression() local 1242 rbase = examine_pointer_target(rtype); in evaluate_conditional_expression() 1251 if (rbase == &void_ctype) { in evaluate_conditional_expression()
|