HomeSort by relevance Sort by last modified time
    Searched full:set_pc (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /system/core/libunwindstack/tests/
RegsFake.h 37 void set_pc(uint64_t pc) override { fake_pc_ = pc; }
81 void set_pc(uint64_t pc) override { fake_pc_ = pc; }
RegsTest.cpp 59 regs32.set_pc(0xf0120340);
81 regs64.set_pc(0xf123456780102030UL);
189 regs_arm.set_pc(0x1500);
194 regs_arm64.set_pc(0x1600);
198 regs_x86.set_pc(0x1700);
202 regs_x86_64.set_pc(0x1800);
206 regs_mips.set_pc(0x1900);
210 regs_mips64.set_pc(0x1a00);
UnwinderTest.cpp 144 regs_.set_pc(0x1000);
204 regs_.set_pc(0x1000);
263 regs_.set_pc(0xa5500);
291 regs_.set_pc(0xa7500);
319 regs_.set_pc(0x43000);
352 regs_.set_pc(0x1000);
386 regs_.set_pc(0x1000);
418 regs_.set_pc(0x20000);
484 regs_.set_pc(0x1000);
530 regs_.set_pc(0x13000)
    [all...]
DwarfSectionImplTest.cpp 98 regs.set_pc(0x100);
114 regs.set_pc(0x100);
130 regs.set_pc(0x100);
148 regs.set_pc(0x100);
166 regs.set_pc(0x100);
231 regs.set_pc(0x100);
248 regs.set_pc(0x100);
266 regs.set_pc(0x100);
287 regs.set_pc(0x100);
318 regs.set_pc(0x100)
    [all...]
ElfFake.cpp 68 fake_regs->set_pc(entry.pc);
ElfInterfaceArmTest.cpp 318 regs.set_pc(0x1234);
361 regs.set_pc(0x1234);
386 regs.set_pc(0x1234);
409 regs.set_pc(0x1234);
436 regs.set_pc(0x1234);
450 regs.set_pc(0x1234);
  /system/core/libunwindstack/include/unwindstack/
RegsArm.h 50 void set_pc(uint64_t pc) override;
RegsArm64.h 50 void set_pc(uint64_t pc) override;
RegsMips.h 50 void set_pc(uint64_t pc) override;
RegsMips64.h 50 void set_pc(uint64_t pc) override;
RegsX86.h 53 void set_pc(uint64_t pc) override;
RegsX86_64.h 53 void set_pc(uint64_t pc) override;
Regs.h 60 virtual void set_pc(uint64_t pc) = 0;
  /prebuilts/go/darwin-x86/src/runtime/
signal_arm.go 73 c.set_pc(uint32(funcPC(sigpanic)))
signal_freebsd_arm.go 47 func (c *sigctxt) set_pc(x uint32) { c.regs().__gregs[15] = x } func
signal_linux_arm.go 50 func (c *sigctxt) set_pc(x uint32) { c.regs().pc = x } func
signal_nacl_arm.go 47 func (c *sigctxt) set_pc(x uint32) { c.regs().pc = x } func
signal_netbsd_arm.go 47 func (c *sigctxt) set_pc(x uint32) { c.regs().__gregs[_REG_R15] = x } func
signal_openbsd_arm.go 51 func (c *sigctxt) set_pc(x uint32) { c.regs().sc_pc = x } func
  /prebuilts/go/linux-x86/src/runtime/
signal_arm.go 73 c.set_pc(uint32(funcPC(sigpanic)))
signal_freebsd_arm.go 47 func (c *sigctxt) set_pc(x uint32) { c.regs().__gregs[15] = x } func
signal_linux_arm.go 50 func (c *sigctxt) set_pc(x uint32) { c.regs().pc = x } func
signal_nacl_arm.go 47 func (c *sigctxt) set_pc(x uint32) { c.regs().pc = x } func
signal_netbsd_arm.go 47 func (c *sigctxt) set_pc(x uint32) { c.regs().__gregs[_REG_R15] = x } func
signal_openbsd_arm.go 51 func (c *sigctxt) set_pc(x uint32) { c.regs().sc_pc = x } func

Completed in 651 milliseconds

1 2 3 4 5