repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use '%z' instead of '%Z' on printf functions
[glibc.git]
/
elf
/
ifuncmod3.c
blob
ca2d9626001c70919d814c51eb6254c49eac8bd4
1
/* Test STT_GNU_IFUNC symbols with dlopen. */
2
3
#include
"ifuncmod1.c"
4
5
int
ret_foo
;
6
int
ret_foo_hidden
;
7
int
ret_foo_protected
;