HomeSort by: relevance | last modified time | path
    Searched refs:so_extern (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
tls-so_extern.c 18 __thread void *so_extern; variable
tls-so_extern_main.c 20 extern __thread void *so_extern;
26 so_extern = &so_extern;
tls-so_extern.exp 16 # tls-so_extern.exp -- Expect script to test thread local storage in gdb, with
20 set libfile tls-so_extern
38 gdb_test "print so_extern" "0x0" "print thread local storage variable"
40 gdb_test "ptype so_extern" "void \\*" "ptype of thread local storage variable"
42 gdb_test "info address so_extern" \
43 "Symbol \\\"so_extern\\\" is a thread-local variable at offset 0x0 in the thread-local storage for .*tls-so_extern.*" \
54 gdb_test "print so_extern == &so_extern" \
56 "check so_extern address in main
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
tls-so_extern.c 18 __thread void *so_extern; variable
tls-so_extern_main.c 20 extern __thread void *so_extern;
26 so_extern = &so_extern;
tls-so_extern.exp 16 # tls-so_extern.exp -- Expect script to test thread local storage in gdb, with
20 set libfile tls-so_extern
38 gdb_test "print so_extern" "0x0" "print thread local storage variable"
40 gdb_test "ptype so_extern" "void \\*" "ptype of thread local storage variable"
42 gdb_test "info address so_extern" \
43 "Symbol \\\"so_extern\\\" is a thread-local variable at offset 0x0 in the thread-local storage for .*tls-so_extern.*" \
54 gdb_test "print so_extern == &so_extern" \
56 "check so_extern address in main
    [all...]

Completed in 16 milliseconds