Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Ddebug.c65 for (obj = globallist_curr(obj0); obj != NULL; in dump_relocations()
H A Drtld.h408 Obj_Entry *globallist_curr(const Obj_Entry *obj);
H A Drtld.c872 preload_tail = globallist_curr(TAILQ_LAST(&obj_list, obj_entry_q)); in _rtld()
946 allocate_initial_tls(globallist_curr(TAILQ_FIRST(&obj_list))); in _rtld()
955 initlist_add_objects(globallist_curr(TAILQ_FIRST(&obj_list)), in _rtld()
2324 globallist_curr(const Obj_Entry *obj) in globallist_curr() function
4267 for (obj = globallist_curr(TAILQ_FIRST(&obj_list)); obj != NULL; in _dl_iterate_phdr_locked()
4292 for (obj = globallist_curr(TAILQ_FIRST(&obj_list)); obj != NULL;) { in dl_iterate_phdr()
5410 for (obj = globallist_curr(objs); obj != NULL; in allocate_tls()
5690 ret = allocate_tls(globallist_curr(TAILQ_FIRST(&obj_list)), oldtls, in _rtld_allocate_tls()