about summary refs log tree commit diff
path: root/elf/tst-libc_dlvsym-static.c
Commit message (Collapse)AuthorAgeFilesLines
* elf: Support dlvsym within libc.soFlorian Weimer2018-01-041-0/+32
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.