Searched refs:test (Results 1 – 7 of 7) sorted by relevance
1 extern int test (void);6 return test (); in main()
4 extern int test (void);7 test (void) in test() function
89 struct tlsdesc_dynamic_arg *td, test; in _dl_make_tlsdesc_dynamic() local100 test.tlsinfo.ti_module = map->l_tls_modid; in _dl_make_tlsdesc_dynamic()101 test.tlsinfo.ti_offset = ti_offset; in _dl_make_tlsdesc_dynamic()102 entry = htab_find_slot (ht, &test, 1, hash_tlsdesc, eq_tlsdesc); in _dl_make_tlsdesc_dynamic()117 td->tlsinfo = test.tlsinfo; in _dl_make_tlsdesc_dynamic()
10 test (void) in test() function
1 # test-container does not support scripts in sysdeps directories, so
1 # DSO sorting test descriptions.2 # This file is to be processed by ../scripts/dso-ordering-test.py, see usage5 # We test both dynamic loader sorting algorithms41 # Note: This test has unspecified behavior.
Completed in 6 milliseconds