Searched refs:expected (Results 1 – 9 of 9) sorted by relevance
/elf/ |
A D | tst-dl-hwcaps_split.c | 74 check_split ("first", expected, array_length (expected)); in do_test() 75 check_split (":first", expected, array_length (expected)); in do_test() 76 check_split ("first:", expected, array_length (expected)); in do_test() 77 check_split (":first:", expected, array_length (expected)); in do_test() 93 expected, array_length (expected)); in do_test() 95 expected, array_length (expected)); in do_test() 97 expected, array_length (expected)); in do_test() 102 expected, array_length (expected)); in do_test() 104 expected, array_length (expected)); in do_test() 106 expected, array_length (expected)); in do_test() [all …]
|
A D | tst-dl_find_object.c | 49 if (expected == NULL) in check() 145 struct dl_find_object expected; in check_initial() local 148 from_map (main_map, &expected); in check_initial() 155 from_map (rtld_map, &expected); in check_initial() 156 check (debug, &expected, __LINE__); in check_initial() 161 from_map (libc_map, &expected); in check_initial() 162 check (tzname, &expected, __LINE__); in check_initial() 189 struct dl_find_object expected; in do_test() local 190 from_map (mod1, &expected); in do_test() 208 from_map (mod2, &expected); in do_test() [all …]
|
A D | tst-dl_find_object-threads.c | 33 from_map (struct link_map *l, struct dl_find_object *expected) in from_map() argument 37 _dl_find_object_to_external (&internal, expected); in from_map() 68 if (expected == NULL) in check() 86 if (actual.dlfo_flags != expected->dlfo_flags) in check() 91 actual.dlfo_flags, expected->dlfo_flags); in check() 93 if (actual.dlfo_flags != expected->dlfo_flags) in check() 100 if (actual.dlfo_map_end != expected->dlfo_map_end) in check() 107 if (actual.dlfo_link_map != expected->dlfo_link_map) in check() 114 if (actual.dlfo_eh_frame != expected->dlfo_eh_frame) in check() 122 if (actual.dlfo_eh_dbase != expected->dlfo_eh_dbase) in check() [all …]
|
A D | tst-dlopen-pie.c | 35 const char *expected in test_mode() local 37 if (strstr (message, expected) == NULL) in test_mode()
|
A D | tst-prelink-cmp.c | 38 const char *expected = "/0 stdout\n"; in do_test() 41 TEST_COMPARE_STRING (expected, buffer); in do_test()
|
A D | tst-single_threaded-pthread.c | 78 const char *expected = closure; in subprocess() local 79 TEST_COMPARE (__libc_single_threaded, *expected); in subprocess() 80 TEST_COMPARE (single_threaded_1 (), *expected); in subprocess() 82 TEST_COMPARE (single_threaded_2 (), *expected); in subprocess() 84 TEST_COMPARE (single_threaded_3 (), *expected); in subprocess()
|
A D | dso-sort-tests-1.def | 62 # The below expected outputs are what the two algorithms currently produce
|
A D | dl-load.c | 1575 static const unsigned char expected[EI_NIDENT] = in open_verify() local 1667 if (__glibc_unlikely (! VALID_ELF_HEADER (ehdr->e_ident, expected, in open_verify() 1672 &expected[EI_PAD], in open_verify() 1716 else if (memcmp (&ehdr->e_ident[EI_PAD], &expected[EI_PAD], in open_verify()
|
A D | dso-sort-tests-2.def | 3 # Note that below we specify different expected outputs between dynamic_sort=1 5 # causing different sorting behavior. These expected outputs are what the two
|
Completed in 14 milliseconds