Searched refs:rel32 (Results 1 – 8 of 8) sorted by relevance
248 auto rel32 = rel_finder.GetRel32(); in TEST() local252 EXPECT_EQ(location.second, rel32.location); in TEST()253 EXPECT_EQ(image.begin() + (rel32.location + 4), rel_finder.accept_it()); in TEST()254 EXPECT_FALSE(rel32.can_point_outside_section); in TEST()277 auto rel32 = rel_finder.GetRel32(); in TEST() local279 results.emplace_back(TruncatedResults{rel32.location, rel32.target_rva}); in TEST()309 auto rel32 = rel_finder.GetRel32(); in TEST() local310 return rel32.location; in TEST()402 auto rel32 = rel_finder.GetRel32(); in TEST() local405 EXPECT_EQ(location.second, rel32.location); in TEST()[all …]
389 auto rel32 = rel_finder.GetRel32(); in ParseAndStoreRel32() local390 if (target_rva_checker.IsValid(rel32.target_rva) && in ParseAndStoreRel32()391 (rel32.can_point_outside_section || in ParseAndStoreRel32()392 (start_rva <= rel32.target_rva && rel32.target_rva < end_rva))) { in ParseAndStoreRel32()394 rel32_locations_.push_back(rel32.location); in ParseAndStoreRel32()
465 auto rel32 = rel_finder.GetRel32(); in ParseExecSection() local466 if (target_rva_checker.IsValid(rel32.target_rva) && in ParseExecSection()467 (rel32.can_point_outside_section || in ParseExecSection()468 (start_rva <= rel32.target_rva && rel32.target_rva < end_rva))) { in ParseExecSection()470 rel32_locations_.push_back(rel32.location); in ParseExecSection()557 auto rel32 = rel_finder->GetRel32(); in ParseExecSection() local558 offset_t target_offset = rva_to_offset.Convert(rel32.target_rva); in ParseExecSection()564 rel32_locations_table_[rel32.type].push_back(rel32.location); in ParseExecSection()
117 of rel32 references are branching instructions and instruction pointer-relative
299 local rel32=$(rel $rate_2_eg $rate_3_eg)300 check_err $(bc <<< "$rel32 < 95")310 echo " p2 eg rate w/ p1 $(humanize $rate_3_eg) ($rel32% of p2)"
10012 s32 rel32; member
21635 s32 rel32; member