Lines Matching refs:previous
105 struct dlfo_mappings_segment *previous; member
130 for (; seg != NULL && seg->size > 0; seg = seg->previous) in _dlfo_mappings_segment_count_used()
143 for (; seg != NULL; seg = seg->previous) in _dlfo_mappings_segment_count_allocated()
174 result->previous = NULL; in _dlfo_mappings_segment_allocate_unpadded()
187 struct dlfo_mappings_segment * previous) in _dlfo_mappings_segment_allocate() argument
193 if (previous == NULL) in _dlfo_mappings_segment_allocate()
196 minimum_growth = 2* previous->allocated; in _dlfo_mappings_segment_allocate()
221 result->previous = previous; in _dlfo_mappings_segment_allocate()
411 seg != NULL && seg->size > 0; seg = seg->previous) in _dl_find_object()
687 current_seg = current_seg->previous; in _dl_find_object_update_1()
714 target_seg = target_seg->previous; in _dl_find_object_update_1()
755 if (target_seg->previous != NULL) in _dl_find_object_update_1()
756 target_seg->previous->size = 0; in _dl_find_object_update_1()
802 seg != NULL && seg->size > 0; seg = seg->previous) in _dl_find_object_dlclose()
835 struct dlfo_mappings_segment *previous = seg->previous; in _dl_find_object_freeres() local
837 seg = previous; in _dl_find_object_freeres()