Searched refs:mysym (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/tests/libexec/ld.elf_so/helper_onlydef/
H A Dh_onlydef.c29 __thread int mysym = 0; variable
/netbsd-current/tests/libexec/ld.elf_so/helper_abuse_static/
H A Dh_abuse_static.c29 extern __thread int mysym;
36 return &mysym;
/netbsd-current/tests/libexec/ld.elf_so/helper_onlyuse_dynamic/
H A Dh_onlyuse_dynamic.c29 extern __thread int mysym; /* dynamic */
36 return &mysym;
/netbsd-current/tests/libexec/ld.elf_so/helper_def_static/
H A Dh_def_static.c29 __thread int mysym __attribute__((tls_model("initial-exec"))) = 0; variable
36 return &mysym;
/netbsd-current/tests/libexec/ld.elf_so/helper_onlyctor_dynamic/
H A Dh_onlyctor_dynamic.c29 extern __thread int mysym; /* dynamic */
35 mysymptr = &mysym;
/netbsd-current/tests/libexec/ld.elf_so/helper_onlyuse_static/
H A Dh_onlyuse_static.c29 extern __thread int mysym __attribute__((tls_model("initial-exec")));
36 return &mysym;
/netbsd-current/tests/libexec/ld.elf_so/helper_use_static/
H A Dh_use_static.c29 extern __thread int mysym __attribute__((tls_model("initial-exec")));
36 return &mysym;
/netbsd-current/tests/libexec/ld.elf_so/helper_onlydef_static/
H A Dh_onlydef_static.c29 __thread int mysym __attribute__((tls_model("initial-exec"))) = 0; variable

Completed in 83 milliseconds