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

  /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;

Completed in 46 milliseconds