HomeSort by: relevance | last modified time | path
    Searched defs:ifunc2 (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/csu/
h_ifunc_static.c 49 ifunc2(void) function in typeref:typename:long long
58 return e && strcmp(e, "1") == 0 ? ifunc2 : ifunc1;
h_ifunc_static.c 49 ifunc2(void) function in typeref:typename:long long
58 return e && strcmp(e, "1") == 0 ? ifunc2 : ifunc1;
  /src/tests/libexec/ld.elf_so/helper_ifunc_dso/
h_helper_ifunc.c 45 ifunc2(void) function in typeref:typename:long long
54 return e && strcmp(e, "1") == 0 ? ifunc2 : ifunc1;
61 return e && strcmp(e, "1") == 0 ? ifunc1 : ifunc2;
h_helper_ifunc.c 45 ifunc2(void) function in typeref:typename:long long
54 return e && strcmp(e, "1") == 0 ? ifunc2 : ifunc1;
61 return e && strcmp(e, "1") == 0 ? ifunc1 : ifunc2;

Completed in 24 milliseconds