Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 3 of 3) sorted by relevance

/elf/
A Dtst-dl_find_object.c47 struct dl_find_object actual; in check() local
48 int ret = _dl_find_object (address, &actual); in check()
67 if (actual.dlfo_flags != expected->dlfo_flags) in check()
72 actual.dlfo_flags, expected->dlfo_flags); in check()
74 if (actual.dlfo_flags != expected->dlfo_flags) in check()
81 if (actual.dlfo_map_end != expected->dlfo_map_end) in check()
88 if (actual.dlfo_link_map != expected->dlfo_link_map) in check()
95 if (actual.dlfo_eh_frame != expected->dlfo_eh_frame) in check()
103 if (actual.dlfo_eh_dbase != expected->dlfo_eh_dbase) in check()
112 if (actual.dlfo_eh_count != expected->dlfo_eh_count) in check()
[all …]
A Dtst-dl_find_object-threads.c66 struct dl_find_object actual; in check() local
67 int ret = _dl_find_object (address, &actual); 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()
105 address, 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 Dtst-tls-manydynamic.c131 struct value actual; in do_test() local
132 get_value_funcs[i] (&actual); in do_test()
135 if (actual.num[j] != values[i].num[j]) in do_test()
138 i, j, actual.num[j], values[i].num[j]); in do_test()

Completed in 6 milliseconds