globallist_curr
for (obj = globallist_curr(obj0); obj != NULL;
for (obj = globallist_curr(TAILQ_FIRST(&obj_list)); obj != NULL;
for (obj = globallist_curr(TAILQ_FIRST(&obj_list)); obj != NULL;) {
for (obj = globallist_curr(objs); obj != NULL;
ret = allocate_tls(globallist_curr(TAILQ_FIRST(&obj_list)), oldtcb,
preload_tail = globallist_curr(TAILQ_LAST(&obj_list, obj_entry_q));
allocate_initial_tls(globallist_curr(TAILQ_FIRST(&obj_list)));
initlist_for_loaded_obj(globallist_curr(TAILQ_FIRST(&obj_list)),
Obj_Entry *globallist_curr(const Obj_Entry *obj);