Lines Matching refs:actual
66 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()
98 address, actual.dlfo_map_start, expected->dlfo_map_start); 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()
112 address, actual.dlfo_link_map, expected->dlfo_link_map); in check()
114 if (actual.dlfo_eh_frame != expected->dlfo_eh_frame) in check()
119 address, actual.dlfo_eh_frame, expected->dlfo_eh_frame); in check()
122 if (actual.dlfo_eh_dbase != expected->dlfo_eh_dbase) in check()
127 address, actual.dlfo_eh_dbase, expected->dlfo_eh_dbase); in check()
131 if (actual.dlfo_eh_count != expected->dlfo_eh_count) in check()
136 address, actual.dlfo_eh_count, expected->dlfo_eh_count); in check()