Searched refs:old_obj_tail (Results 1 – 1 of 1) sorted by relevance
3752 Obj_Entry *old_obj_tail; in dlopen_object() local3769 old_obj_tail = globallist_curr(TAILQ_LAST(&obj_list, obj_entry_q)); in dlopen_object()3782 if (globallist_next(old_obj_tail) != NULL) { in dlopen_object()3784 assert(globallist_next(old_obj_tail) == obj); in dlopen_object()