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

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
pr19784b.c 1 int foo (int x) __attribute__ ((ifunc ("resolve_foo")));
8 void *resolve_foo (void) function
pr18841c.c 1 void foo() __attribute__((ifunc("resolve_foo")));
13 static void* resolve_foo() function
pr18808b.c 1 int foo (int x) __attribute__ ((ifunc ("resolve_foo")));
21 void *resolve_foo (void) function
pr18841b.c 1 void foo() __attribute__((ifunc("resolve_foo")));
14 static void* resolve_foo() function

Completed in 76 milliseconds