allwinner_a64/android/toolchain/binutils/binutils-2.25/gold/testsuite/ifuncmod3.c
2018-08-08 20:10:12 +08:00

7 lines
128 B
C

/* Test STT_GNU_IFUNC symbols with dlopen. */
#include "ifuncmod1.c"
int ret_foo;
int ret_foo_hidden;
int ret_foo_protected;