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
..
2016-10-28 22:40:16 -04:00
2021-06-03 09:12:05 +02:00
2021-01-05 11:33:16 -03:00
2017-04-07 07:45:53 -04:00
2021-01-05 11:33:16 -03:00
2021-01-04 08:42:04 -03:00
2017-11-22 22:21:10 +00:00
2019-05-02 11:42:51 +02:00
2021-03-26 13:36:16 -03:00
2019-10-09 17:48:41 -03:00
2020-07-21 07:34:50 +02:00
2020-12-31 16:55:21 +05:30
2021-05-17 20:55:21 +00:00
2021-05-18 09:36:00 +00:00
2019-11-06 09:20:52 -03:00