Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/rtld-elf/
H A Drtld.c3752 Obj_Entry *old_obj_tail; in dlopen_object() local
3769 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()