Florian Weimer 466c1ea15f dlfcn: Rework static dlopen hooks
Consolidate all hooks structures into a single one.  There are
no static dlopen ABI concerns because glibc 2.34 already comes
with substantial ABI-incompatible changes in this area.  (Static
dlopen requires the exact same dynamic glibc version that was used
for static linking.)

The new approach uses a pointer to the hooks structure into
_rtld_global_ro and initalizes it in __rtld_static_init.  This avoids
a back-and-forth with various callback functions.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2021-06-03 09:12:05 +02:00
..
2005-09-28 00:14:50 +00:00
2005-09-28 00:14:50 +00:00
2013-06-05 20:44:03 +00:00
2021-06-03 09:12:05 +02:00
2021-06-03 09:12:05 +02:00
2021-06-03 09:12:05 +02:00
2021-06-03 09:12:05 +02:00
2021-06-03 09:12:05 +02:00
2021-06-03 09:12:05 +02:00
2021-06-03 09:12:05 +02:00
2021-06-03 09:12:05 +02:00
2021-06-03 09:12:05 +02:00
2021-06-03 09:12:05 +02:00
2014-11-27 16:00:08 +00:00
2007-07-12 18:17:11 +00:00
2015-01-21 01:51:10 -05:00
2015-01-21 01:51:10 -05:00
2021-06-03 08:26:04 +02:00