mirror of
https://mirrors.tuna.tsinghua.edu.cn/git/glibc.git
synced 2026-01-12 00:20:19 +08:00
Mostly tests around not-exported IFUNC functions, IFUNC in statically linked binaries and PIEs, etc.
8 lines
132 B
C
8 lines
132 B
C
/* Test local STT_GNU_IFUNC symbols with -static:
|
|
|
|
1. Direct function call.
|
|
2. Function pointer.
|
|
*/
|
|
|
|
#include "ifuncmain7.c"
|