ifuncmod3.c 128 B

1234567
  1. /* Test STT_GNU_IFUNC symbols with dlopen. */
  2. #include "ifuncmod1.c"
  3. int ret_foo;
  4. int ret_foo_hidden;
  5. int ret_foo_protected;