File: ifuncmod3.c

package info (click to toggle)
glibc 2.42-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312,752 kB
  • sloc: ansic: 1,060,967; asm: 238,416; makefile: 20,971; python: 13,509; sh: 11,828; cpp: 5,188; awk: 1,794; perl: 317; yacc: 292; pascal: 182; sed: 19
file content (7 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (78)
1
2
3
4
5
6
7
/* Test STT_GNU_IFUNC symbols with dlopen.  */

#include "ifuncmod1.c"

int ret_foo;
int ret_foo_hidden;
int ret_foo_protected;