HomeSort by relevance Sort by last modified time
    Searched refs:foo_ifunc (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc-common-1b.c 4 void * foo_ifunc (void) __asm__ ("foo");
9 foo_ifunc (void) function
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncmod5.c 24 void * foo_ifunc (void) __asm__ ("foo");
28 foo_ifunc (void) function
ifuncmain6pie.c 20 void * foo_ifunc (void) __asm__ ("foo");
24 foo_ifunc (void) function
ifuncmain7.c 18 static void * __attribute__ ((used)) foo_ifunc (void) __asm__ ("foo");
23 foo_ifunc (void) function
ifuncmod1.c 29 void * foo_ifunc (void) __asm__ ("foo");
33 foo_ifunc (void) function
  /bionic/tests/libs/
dlopen_testlib_ifunc.c 28 const char* foo() __attribute__ ((ifunc ("foo_ifunc")));
58 void* foo_ifunc() { function

Completed in 700 milliseconds