Home | Sort by: relevance | last modified time | path |
/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; |