Searched refs:set_pc (Results 1 – 21 of 21) sorted by relevance
102 regs.set_pc(0x100); in TYPED_TEST_P()118 regs.set_pc(0x100); in TYPED_TEST_P()134 regs.set_pc(0x100); in TYPED_TEST_P()152 regs.set_pc(0x100); in TYPED_TEST_P()170 regs.set_pc(0x100); in TYPED_TEST_P()235 regs.set_pc(0x100); in TYPED_TEST_P()252 regs.set_pc(0x100); in TYPED_TEST_P()270 regs.set_pc(0x100); in TYPED_TEST_P()291 regs.set_pc(0x100); in TYPED_TEST_P()322 regs.set_pc(0x100); in TYPED_TEST_P()[all …]
158 regs_.set_pc(0x1000); in TEST_F()222 regs_.set_pc(0x1000); in TEST_F()285 regs_.set_pc(0xa5500); in TEST_F()315 regs_.set_pc(0xa7500); in TEST_F()345 regs_.set_pc(0x43000); in TEST_F()375 regs_.set_pc(0x43000); in TEST_F()411 regs_.set_pc(0x1000); in TEST_F()447 regs_.set_pc(0x1000); in TEST_F()481 regs_.set_pc(0x20000); in TEST_F()550 regs_.set_pc(0x1000); in TEST_F()[all …]
59 regs32.set_pc(0xf0120340); in TEST_F()81 regs64.set_pc(0xf123456780102030UL); in TEST_F()189 regs_arm.set_pc(0x1500); in TEST_F()194 regs_arm64.set_pc(0x1600); in TEST_F()198 regs_x86.set_pc(0x1700); in TEST_F()202 regs_x86_64.set_pc(0x1800); in TEST_F()206 regs_mips.set_pc(0x1900); in TEST_F()210 regs_mips64.set_pc(0x1a00); in TEST_F()
280 regs.set_pc(0x1234); in TEST_F()325 regs.set_pc(0x1234); in TEST_F()350 regs.set_pc(0x1234); in TEST_F()373 regs.set_pc(0x1234); in TEST_F()400 regs.set_pc(0x1234); in TEST_F()414 regs.set_pc(0x1234); in TEST_F()
39 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function86 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function
68 fake_regs->set_pc(entry.pc); in Step()
47 regs_arm_->set_pc(0); in Init()
50 void set_pc(uint64_t pc) override;
53 void set_pc(uint64_t pc) override;
61 virtual void set_pc(uint64_t pc) = 0;
47 void RegsArm64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm64
46 void RegsArm::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm
47 void RegsMips64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsMips64
47 void RegsMips::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsMips
45 void RegsX86::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86
46 void RegsX86_64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86_64
540 cur_regs->set_pc(0); in Eval()542 cur_regs->set_pc((*cur_regs)[cie->return_address_register]); in Eval()