Florian Weimer 82eef55f8f elf: Support dlvsym within libc.so
This commit adds a new _dl_open_hook entry for dlvsym and implements the
function using the existing dl_lookup_symbol_x function supplied by the
dynamic loader.

A new hook variable, _dl_open_hook2, is introduced, which should make
this change suitable for backporting: For old statically linked
binaries, __libc_dlvsym will always return NULL.
2018-01-04 18:46:24 +01:00
..
2016-10-28 22:40:16 -04:00
2018-01-04 18:46:24 +01:00
2015-09-15 20:36:50 +00:00
2017-04-07 07:45:53 -04:00
2017-10-30 20:58:51 +00:00
2017-11-22 22:21:10 +00:00
2017-11-09 05:10:03 -08:00