/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/ |
A D | ldso.c | 764 _dl_loaded_modules->libtype = elf_executable; in _dl_get_ready_to_run() 768 rpnt->dyn = _dl_loaded_modules; in _dl_get_ready_to_run() 1139 if (_dl_loaded_modules->libtype == elf_executable) { in _dl_get_ready_to_run() 1141 tcurr = _dl_loaded_modules->next; in _dl_get_ready_to_run() 1143 tcurr = _dl_loaded_modules; in _dl_get_ready_to_run() 1226 _dl_loaded_modules->symbol_scope.r_list = scope_elem_list; in _dl_get_ready_to_run() 1227 _dl_loaded_modules->symbol_scope.r_nlist = nscope_elem; in _dl_get_ready_to_run() 1233 global_scope = &_dl_loaded_modules->symbol_scope; in _dl_get_ready_to_run() 1310 r_list = _dl_loaded_modules->symbol_scope.r_list; in _dl_get_ready_to_run() 1316 if (l == _dl_loaded_modules) in _dl_get_ready_to_run() [all …]
|
A D | dl-array.c | 62 _dl_run_init_array(_dl_loaded_modules); in _dl_app_init_array() 82 _dl_run_fini_array(_dl_loaded_modules); in _dl_app_fini_array()
|
A D | dl-debug.c | 124 || _dl_trace_prelink_map == _dl_loaded_modules) in _dl_debug_lookup() 125 && undef_map != _dl_loaded_modules) in _dl_debug_lookup()
|
A D | dl-symbols.c | 20 struct elf_resolve *_dl_loaded_modules = NULL; variable
|
A D | dl-hash.c | 101 if (!_dl_loaded_modules) in _dl_add_elf_hash_table() 102 _dl_loaded_modules = tpnt; in _dl_add_elf_hash_table() 104 struct elf_resolve *t = _dl_loaded_modules; in _dl_add_elf_hash_table()
|
A D | dl-elf.c | 493 for (tpnt = _dl_loaded_modules; tpnt; tpnt = tpnt->next) { 878 for (t = _dl_loaded_modules; t; t = t->next) { 903 for (dup = _dl_loaded_modules; dup; dup = dup->next) 920 for (t = _dl_loaded_modules; t; t = t->next)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/mips/ |
A D | elfinterp.c | 59 &_dl_loaded_modules->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, NULL); in __dl_runtime_resolve() 114 …new_addr = _dl_find_hash(symname, &_dl_loaded_modules->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, NU… in __dl_runtime_pltresolve() 363 sym->st_name, &_dl_loaded_modules->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, NULL); in _dl_perform_mips_global_got_relocations() 368 sym->st_name, &_dl_loaded_modules->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, NULL); in _dl_perform_mips_global_got_relocations() 383 sym->st_name, &_dl_loaded_modules->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, &sym_ref); in _dl_perform_mips_global_got_relocations()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/libdl/ |
A D | libdl.c | 73 extern struct elf_resolve *_dl_loaded_modules; 568 for (ls = &_dl_loaded_modules->symbol_scope; ls && ls->next; ls = ls->next); in do_dlopen() 581 if (_dl_fixup(dyn_chain, &_dl_loaded_modules->symbol_scope, now_flag)) in do_dlopen() 854 for (ls = &_dl_loaded_modules->symbol_scope; ls && ls->next; ls = ls->next) in do_dlclose() 1007 if (_dl_loaded_modules == tpnt) { in do_dlclose() 1008 _dl_loaded_modules = tpnt->next; in do_dlclose() 1009 if (_dl_loaded_modules) in do_dlclose() 1010 _dl_loaded_modules->prev = 0; in do_dlclose() 1012 for (run_tpnt = _dl_loaded_modules; run_tpnt; run_tpnt = run_tpnt->next) { in do_dlclose() 1128 for (tpnt = _dl_loaded_modules; tpnt; tpnt = tpnt->next) { [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/bfin/ |
A D | dl-startup.h | 134 struct elf_resolve *exec_mod = _dl_loaded_modules; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/frv/ |
A D | dl-startup.h | 113 struct elf_resolve *exec_mod = _dl_loaded_modules; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/elf/ |
A D | dl-iterate-phdr.c | 29 for (l = _dl_loaded_modules; l != NULL; l = l->next) { in __dl_iterate_phdr()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/m68k/ |
A D | elfinterp.c | 73 …new_addr = _dl_find_hash(symname, &_dl_loaded_modules->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, NU… in _dl_linux_resolver() 316 _dl_parse_relocation_information(rpnt, &_dl_loaded_modules->symbol_scope, rel_addr, rel_size); in _dl_parse_lazy_relocation_information()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/sparc/ |
A D | elfinterp.c | 83 …new_addr = _dl_find_hash(symname, &_dl_loaded_modules->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, NU… in _dl_linux_resolver() 368 _dl_parse_relocation_information(rpnt, &_dl_loaded_modules->symbol_scope, in _dl_parse_lazy_relocation_information()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-hash.h | 161 extern struct elf_resolve * _dl_loaded_modules;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/arm64/ |
A D | elfinterp.c | 64 = (unsigned long)_dl_find_hash(symname, &_dl_loaded_modules->symbol_scope, in _dl_linux_resolver() 365 = (unsigned long)_dl_find_hash(symname, &_dl_loaded_modules->symbol_scope, in _dl_tlsdesc_resolver_rela()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/avr32/ |
A D | elfinterp.c | 54 &_dl_loaded_modules->symbol_scope, tpnt, in _dl_linux_resolver()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/arc/ |
A D | elfinterp.c | 50 new_addr = _dl_find_hash(symname, &_dl_loaded_modules->symbol_scope, tpnt, in _dl_linux_resolver()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/xtensa/ |
A D | elfinterp.c | 59 new_addr = _dl_find_hash (symname, &_dl_loaded_modules->symbol_scope, tpnt, in _dl_linux_resolver()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/cris/ |
A D | elfinterp.c | 69 …new_addr = _dl_find_hash(symname, &_dl_loaded_modules->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, NU… in _dl_linux_resolver()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/metag/ |
A D | elfinterp.c | 71 new_addr = _dl_find_hash(symname, &_dl_loaded_modules->symbol_scope, tpnt, in _dl_linux_resolver()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/microblaze/ |
A D | elfinterp.c | 73 …new_addr = _dl_find_hash(symname, &_dl_loaded_modules->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, NU… in _dl_linux_resolver()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/sh64/ |
A D | elfinterp.c | 76 …new_addr = _dl_find_hash(symname, &_dl_loaded_modules->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, NU… in _dl_linux_resolver()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/sh/ |
A D | elfinterp.c | 72 …new_addr = _dl_find_hash(symname, &_dl_loaded_modules->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, NU… in _dl_linux_resolver()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/c6x/ |
A D | elfinterp.c | 72 …new_addr = _dl_find_hash(symname, &_dl_loaded_modules->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, NU… in _dl_linux_resolver()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/i386/ |
A D | elfinterp.c | 74 …new_addr = _dl_find_hash(symname, &_dl_loaded_modules->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, NU… in _dl_linux_resolver()
|