Home
last modified time | relevance | path

Searched refs:rbs_base (Results 1 – 2 of 2) sorted by relevance

/external/libunwind/src/ia64/
Dinit.h31 unw_word_t bspstore, rbs_base; in common_init() local
111 if ((ret = rbs_get_base (c, bspstore, &rbs_base)) < 0) in common_init()
115 c->rbs_area[0].size = bspstore - rbs_base; in common_init()
118 (long long) rbs_base, (long long) c->rbs_area[0].end, in common_init()
DGrbs.c85 unw_word_t lo, ndirty, rbs_base; in rbs_switch() local
110 if ((ret = rbs_get_base (c, saved_bspstore, &rbs_base)) < 0) in rbs_switch()
114 rbs->size = saved_bspstore - rbs_base; in rbs_switch()
119 Debug (10, "outer=[0x%llx-0x%llx), rnat@%s\n", (long long) rbs_base, in rbs_switch()