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