Home | Sort by: relevance | last modified time | path |
/src/tests/libexec/ld.elf_so/helper_onlydef/ | |
h_onlydef.c | 29 __thread int mysym = 0; variable in typeref:typename:__thread int |
/src/tests/libexec/ld.elf_so/helper_onlydef_static/ | |
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_def_static.c | 29 __thread int mysym __attribute__((tls_model("initial-exec"))) = 0; variable in typeref:typename:__thread int 36 return &mysym; |