Searched refs:t (Results 1 – 8 of 8) sorted by relevance
/elf/ |
A D | tst-tls20.c | 142 pthread_t t = xpthread_create (0, start, 0); in do_test_no_depedency() local 143 xpthread_join (t); in do_test_no_depedency() 245 for (int t = 0; t < array_length (tlsmanydeps); t++) in do_test_dependency() local 248 tlsmanydeps[t].modi); in do_test_dependency() 256 tlsmanydeps[t].modi, in do_test_dependency() 257 tlsmanydeps[t].ndeps, in do_test_dependency() 258 tlsmanydeps[t].deps in do_test_dependency() 261 xpthread_join (t); in do_test_dependency() 323 for (int t = 0; t < array_length (tlsmanydeps); t++) in do_test_invalid_dependency() local 326 tlsmanydeps[t]); in do_test_invalid_dependency() [all …]
|
A D | tst-unique3.cc | 6 int t = S<char>::i; variable 11 std::printf ("%d %d\n", S<char>::i, t); in main() 12 int result = S<char>::i++ != 1 || t != 1; in main()
|
A D | dl-tunable-types.h | 85 unsigned_tunable_type (tunable_type_code_t t) in unsigned_tunable_type() argument 87 switch (t) in unsigned_tunable_type()
|
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-fptr.c | 308 struct fdesc_table *t; in _dl_lookup_address() local 311 for (t = local.root; t != NULL; t = t->next) in _dl_lookup_address() 313 i = (struct fdesc *) addr - &t->fdesc[0]; in _dl_lookup_address() 314 if (i < t->first_unused && addr == (ElfW(Addr)) &t->fdesc[i]) in _dl_lookup_address() 316 addr = t->fdesc[i].ip; in _dl_lookup_address()
|
A D | ldd.bash.in | 129 single_file=t 139 test $single_file = t || echo "${file}:"
|
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 | rtld-debugger-interface.txt | 47 if its r_map field isn't NULL. The first r_debug_extended structure
|
Completed in 8 milliseconds