Searched defs:mysym (Results 1 - 3 of 3) sorted by relevance
| /src/tests/libexec/ld.elf_so/helper_onlydef/ | ||
| H A D | h_onlydef.c | 29 __thread int mysym = 0; variable in typeref:typename:__thread int |
| /src/tests/libexec/ld.elf_so/helper_onlydef_static/ | ||
| H A D | h_onlydef_static.c | 29 __thread int mysym __attribute__((tls_model("initial-exec"))) = 0; variable in typeref:typename:__thread int |
| /src/tests/libexec/ld.elf_so/helper_def_static/ | ||
| H A D | h_def_static.c | 29 __thread int mysym __attribute__((tls_model("initial-exec"))) = 0; variable in typeref:typename:__thread int |
Completed in 5 milliseconds