/system/unwinding/libunwindstack/tests/ |
D | DwarfSectionImplTest.cpp | 103 regs.set_pc(0x100); in TYPED_TEST_P() 119 regs.set_pc(0x100); in TYPED_TEST_P() 135 regs.set_pc(0x100); in TYPED_TEST_P() 153 regs.set_pc(0x100); in TYPED_TEST_P() 171 regs.set_pc(0x100); in TYPED_TEST_P() 236 regs.set_pc(0x100); in TYPED_TEST_P() 253 regs.set_pc(0x100); in TYPED_TEST_P() 271 regs.set_pc(0x100); in TYPED_TEST_P() 292 regs.set_pc(0x100); in TYPED_TEST_P() 323 regs.set_pc(0x100); in TYPED_TEST_P() [all …]
|
D | UnwinderTest.cpp | 201 regs_.set_pc(0x1000); in TEST_F() 266 regs_.set_pc(0x1000); in TEST_F() 330 regs_.set_pc(0xa5500); in TEST_F() 361 regs_.set_pc(0xa7500); in TEST_F() 392 regs_.set_pc(0x43000); in TEST_F() 423 regs_.set_pc(0x43000); in TEST_F() 460 regs_.set_pc(0x1000); in TEST_F() 497 regs_.set_pc(0x1000); in TEST_F() 532 regs_.set_pc(0x20000); in TEST_F() 602 regs_.set_pc(0x1000); in TEST_F() [all …]
|
D | ElfInterfaceArmTest.cpp | 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()
|
D | RegsFake.h | 39 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function 84 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function
|
D | ElfFake.cpp | 69 fake_regs->set_pc(entry.pc); in Step()
|
D | RegsTest.cpp | 59 regs32.set_pc(0xf0120340); in TEST_F() 81 regs64.set_pc(0xf123456780102030UL); in TEST_F() 254 arm64.set_pc(0x0020007214bb3a04ULL); in TEST_F() 261 arm64.set_pc(0x0020007214bb3a04ULL); in TEST_F()
|
D | ArmExidxDecodeTest.cpp | 47 regs_arm_->set_pc(0); in Init()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | RegsMips64.h | 48 void set_pc(uint64_t pc) override;
|
D | RegsMips.h | 48 void set_pc(uint64_t pc) override;
|
D | RegsArm.h | 48 void set_pc(uint64_t pc) override;
|
D | RegsX86.h | 51 void set_pc(uint64_t pc) override;
|
D | RegsX86_64.h | 51 void set_pc(uint64_t pc) override;
|
D | RegsArm64.h | 49 void set_pc(uint64_t pc) override;
|
D | Regs.h | 62 virtual void set_pc(uint64_t pc) = 0;
|
/system/unwinding/libunwindstack/ |
D | RegsArm.cpp | 46 void RegsArm::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm
|
D | RegsMips64.cpp | 47 void RegsMips64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsMips64
|
D | RegsMips.cpp | 47 void RegsMips::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsMips
|
D | RegsX86.cpp | 45 void RegsX86::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86
|
D | RegsX86_64.cpp | 46 void RegsX86_64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86_64
|
D | RegsArm64.cpp | 70 void RegsArm64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm64
|
D | DwarfSection.cpp | 562 cur_regs->set_pc(0); in Eval() 564 cur_regs->set_pc((*cur_regs)[cie->return_address_register]); in Eval()
|
/system/extras/simpleperf/ |
D | OfflineUnwinder_test.cpp | 115 arm64.set_pc(0xffccccccccULL); in TEST()
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone_proto.cpp | 305 f->set_pc(frame.pc); in fill_in_backtrace_frame()
|