Home
last modified time | relevance | path

Searched refs:rel32 (Results 1 – 8 of 8) sorted by relevance

/external/zucchini/
Drel32_finder_unittest.cc248 auto rel32 = rel_finder.GetRel32(); in TEST() local
252 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() local
279 results.emplace_back(TruncatedResults{rel32.location, rel32.target_rva}); in TEST()
309 auto rel32 = rel_finder.GetRel32(); in TEST() local
310 return rel32.location; in TEST()
402 auto rel32 = rel_finder.GetRel32(); in TEST() local
405 EXPECT_EQ(location.second, rel32.location); in TEST()
[all …]
Ddisassembler_win32.cc389 auto rel32 = rel_finder.GetRel32(); in ParseAndStoreRel32() local
390 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()
Ddisassembler_elf.cc465 auto rel32 = rel_finder.GetRel32(); in ParseExecSection() local
466 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() local
558 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()
DREADME.md117 of rel32 references are branching instructions and instruction pointer-relative
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
Dqos_ets_strict.sh299 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)"
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h10012 s32 rel32; member
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h21635 s32 rel32; member
Dvmlinux.h21635 s32 rel32; member