mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Test for ELF IFUNC functionality.
This commit is contained in:
8
elf/ifuncmod3.c
Normal file
8
elf/ifuncmod3.c
Normal file
@@ -0,0 +1,8 @@
|
||||
/* Test STT_GNU_IFUNC symbols with dlopen. */
|
||||
|
||||
#include "ifuncmod1.c"
|
||||
|
||||
int ret_foo;
|
||||
int ret_foo_hidden;
|
||||
int ret_foo_protected;
|
||||
int global = -1;
|
Reference in New Issue
Block a user