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

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-common-1b.c 4 void * foo_ifunc (void) __asm__ ("foo");
9 foo_ifunc (void) function
ifunc-lib.c 13 void * foo_ifunc (void) __asm__ ("foo");
17 foo_ifunc (void) function
  /toolchain/binutils/binutils-2.27/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.cpp 30 extern "C" const char* foo() __attribute__ ((ifunc ("foo_ifunc")));
62 extern "C" fn_ptr foo_ifunc() { function
dlopen_testlib_ifunc_variable_impl.cpp 30 extern "C" const char* foo() __attribute__ ((ifunc ("foo_ifunc")));
50 extern "C" void* foo_ifunc() { function

Completed in 174 milliseconds