Searched defs:t (Results 1 – 6 of 6) sorted by relevance
/elf/ |
A D | tst-unique3.cc | 6 int t = S<char>::i; variable
|
A D | tst-tls20.c | 142 pthread_t t = xpthread_create (0, start, 0); in do_test_no_depedency() local 245 for (int t = 0; t < array_length (tlsmanydeps); t++) in do_test_dependency() local 260 pthread_t t = xpthread_create (0, start, &args); in do_test_dependency() local 323 for (int t = 0; t < array_length (tlsmanydeps); t++) in do_test_invalid_dependency() local 337 pthread_t t = xpthread_create (0, start, NULL); in do_test_invalid_dependency() local
|
A D | pldd-xx.c | 22 #define EW_(e, w, t) EW__(e, w, _##t) argument 23 #define EW__(e, w, t) e##w##t argument
|
A D | link.h | 31 #define _ElfW(e,w,t) _ElfW_1 (e, w, _##t) argument 32 #define _ElfW_1(e,w,t) e##w##t argument
|
A D | dl-tunable-types.h | 85 unsigned_tunable_type (tunable_type_code_t t) in unsigned_tunable_type()
|
A D | dl-fptr.c | 308 struct fdesc_table *t; in _dl_lookup_address() local
|
Completed in 32 milliseconds