Searched refs:nr_end (Results 1 – 1 of 1) sorted by relevance
2650 uint64_t nr_base, nr_end; in dr_get_nonreloc_mlist() local2675 nr_end = _ptob64(mq.last_nonrelocatable + 1); in dr_get_nonreloc_mlist()2678 f, nr_base, nr_end); in dr_get_nonreloc_mlist()2692 if (nr_end > dyn_base && nr_end < dyn_end) in dr_get_nonreloc_mlist()2693 nr_end = dyn_end; in dr_get_nonreloc_mlist()2696 x_ml = memlist_cat_span(x_ml, nr_base, nr_end - nr_base); in dr_get_nonreloc_mlist()