Filippo Arcidiacono
|
260260f336
libdl: fix memleak for local scope of dlopened's needed libraries
|
12 years ago |
Carmelo Amoroso
|
99d28cc086
libdl: fix dlclose handling of symbol scope
|
13 years ago |
Khem Raj
|
bee3ea0f5a
mips/libdl: Apply relocations after appending the new scope
|
13 years ago |
Timo Teräs
|
f69319d5a7
libdl: rudimentary locking for dlopen/dlsym/dlclose
|
13 years ago |
Mike Frysinger
|
9ca7a065be
ldso: use __func__ rather than __FUNCTION__
|
13 years ago |
Filippo Arcidiacono
|
9b42da7d05
libdl: fix size parameter when unmap library in dlclose
|
13 years ago |
Timo Teräs
|
0c7690f6a5
ldso: support RTLD_NOLOAD
|
13 years ago |
Carmelo Amoroso
|
e4aa966cf2
ldso: let people disable to lookup into LD_LIBRARY_PATH
|
13 years ago |
Carmelo Amoroso
|
54a1c7691b
libdl: remove _dl_ldsopath from libdl.a
|
13 years ago |
Richard Braun
|
3d5cec4ff7
libdl: add option for controlling dl_cleanup
|
13 years ago |
Carmelo Amoroso
|
7682323a3a
Merge remote-tracking branch 'origin/master' into prelink
|
13 years ago |
Bernhard Reutner-Fischer
|
6b76a71299
libdl: search for ELF_RTYPE_CLASS_DLSYM in dlsym()
|
13 years ago |
Bernhard Reutner-Fischer
|
bfbab32be6
ldso: commentary typo fix
|
13 years ago |
Filippo Arcidiacono
|
974d314057
libdl: fix local symbol's address handling in dladdr
|
13 years ago |
Carmelo Amoroso
|
3b3285b1b7
Merge remote-tracking branch 'origin/master' into prelink
|
13 years ago |
Bernhard Reutner-Fischer
|
133bc4376a
ldso: remove now unused variable
|
13 years ago |
Philip Craig
|
bb8551685e
Fix memory leak in dlopen()/dlclose().
|
13 years ago |
Filippo Arcidiacono
|
c0e0210921
libdl: fix tls symbol lookup in dlsym
|
14 years ago |
Carmelo Amoroso
|
2aee0efdec
Merge remote branch 'origin/master' into prelink
|
14 years ago |
Salvatore Cro
|
aaf4cbd98f
Add protected symbols support for all architectures
|
14 years ago |
Bernhard Reutner-Fischer
|
a11fcabb4a
Revert "ldso: silence warning about unused tls var if !tls"
|
14 years ago |
Bernhard Reutner-Fischer
|
23fa805150
ldso: silence warning about unused tls var if !tls
|
14 years ago |
Filippo Arcidiacono
|
4136ca46e3
ldso: Add support for LD_WARN and LD_TRACE_PRELINKING
|
14 years ago |
Filippo Arcidiacono
|
94cc6edb78
ldso: Rework global scope handling and symbol lookup mechanism
|
14 years ago |
Bernhard Reutner-Fischer
|
bf735eb494
silence warning about incompatible types with _dl_init_static_tls
|
14 years ago |
Timo Teräs
|
b93b98daf0
ldso: support RTLD_NODELETE and DF_1_NODELETE
|
14 years ago |
Hans-Christian Egtvedt
|
f3217f9be3
check if USE_TLS is defined before use
|
15 years ago |
Mike Frysinger
|
1f5e333a15
ldso: clean up breakage in tls merge
|
15 years ago |
Bernhard Reutner-Fischer
|
13d8b0f9c2
fix coding style
|
15 years ago |
Austin Foxley
|
534661b91c
ldso/: tls support for dynamic linker
|
15 years ago |