]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/ifuncmod3.c
elf: Refuse to dlopen PIE objects [BZ #24323]
[thirdparty/glibc.git] / elf / ifuncmod3.c
CommitLineData
2f083d75
L
1/* Test STT_GNU_IFUNC symbols with dlopen. */
2
3#include "ifuncmod1.c"
4
5int ret_foo;
6int ret_foo_hidden;
7int ret_foo_protected;