HomeSort by relevance Sort by last modified time
    Searched refs:foo_ifunc (Results 1 - 7 of 7) 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
  /external/clang/test/CodeGen/
ifunc.c 4 int foo(int) __attribute__ ((ifunc("foo_ifunc")));
18 static foo_t foo_ifunc() { function
37 // CHECK: @foo = ifunc i32 (i32), bitcast (i32 (i32)* ()* @foo_ifunc to i32 (i32)*)
  /bionic/tests/libs/
dlopen_testlib_ifunc.c 28 const char* foo() __attribute__ ((ifunc ("foo_ifunc")));
58 void* foo_ifunc() { function

Completed in 73 milliseconds