Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/ldd/
H A Dldd_elfxx.c140 while (_rtld_objlist != NULL) { in ELFNAME()
141 Obj_Entry *obj = _rtld_objlist; in ELFNAME()
142 _rtld_objlist = obj->next; in ELFNAME()
160 _rtld_objtail = &_rtld_objlist; in ELFNAME()
H A Dldd.c96 Obj_Entry *_rtld_objlist; /* Head of linked list of shared objects */ variable
97 Obj_Entry **_rtld_objtail = &_rtld_objlist;
/netbsd-src/libexec/ld.elf_so/
H A Drtld.c95 Obj_Entry *_rtld_objlist; /* Head of linked list of shared objects */ variable
315 if (_rtld_call_ifunc_functions(mask, _rtld_objlist, cur_objgen)) { in _rtld_call_init_functions()
402 _rtld_objlist = NULL; in _rtld_init()
403 _rtld_objtail = &_rtld_objlist; in _rtld_init()
733 for (obj = _rtld_objlist; obj != NULL; obj = obj->next) { in _rtld()
743 for (obj = _rtld_objlist; obj != NULL; obj = obj->next) in _rtld()
827 for (obj = _rtld_objlist; obj != NULL; obj = obj->next) in _rtld_dlcheck()
873 for (obj = _rtld_objlist->next; obj; obj = obj->next) { in _rtld_initlist_tsort()
877 for (obj = _rtld_objlist->next; obj; obj = obj->next) { in _rtld_initlist_tsort()
935 linkp = &_rtld_objlist->next; in _rtld_unload_object()
[all …]
H A Dload.c121 for (obj = _rtld_objlist->next; obj != NULL; obj = obj->next) in _rtld_load_object()
143 for (obj = _rtld_objlist->next; obj != NULL; obj = obj->next) { in _rtld_load_object()
223 for (o = _rtld_objlist->next; o != NULL; o = o->next) in _rtld_load_by_name()
H A Dtls.c266 for (obj = _rtld_objlist; obj != NULL; obj = obj->next) { in _rtld_tls_offset_allocate()
363 for (obj = _rtld_objlist; obj != NULL; obj = obj->next) {
H A Drtld.h336 extern Obj_Entry *_rtld_objlist;
/netbsd-src/rescue/
H A Dlist.ldd12 SPECIAL ldd keepsymbols _rtld_objtail _rtld_objlist
/netbsd-src/libexec/ld.elf_so/arch/arm/
H A Dfind_exidx.c52 for (obj = _rtld_objlist; obj != NULL; obj = obj->next) { in __gnu_Unwind_Find_exidx()