Home
last modified time | relevance | path

Searched defs:set_pc (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/system/unwinding/libunwindstack/utils/
H A DRegsFake.h38 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function
83 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function
/aosp_15_r20/system/unwinding/libunwindstack/
H A DRegsArm.cpp46 void RegsArm::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm
H A DRegsX86.cpp45 void RegsX86::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86
H A DRegsX86_64.cpp46 void RegsX86_64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsX86_64
H A DRegsRiscv64.cpp87 void RegsRiscv64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsRiscv64
H A DRegsArm64.cpp70 void RegsArm64::set_pc(uint64_t pc) { in set_pc() function in unwindstack::RegsArm64
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsignal_linux_arm.go50 func (c *sigctxt) set_pc(x uint32) { c.regs().pc = x } func
Dsignal_openbsd_arm.go51 func (c *sigctxt) set_pc(x uint32) { c.regs().sc_pc = x } func
Dsignal_freebsd_arm.go47 func (c *sigctxt) set_pc(x uint32) { c.regs().__gregs[15] = x } func
Dsignal_netbsd_arm.go47 func (c *sigctxt) set_pc(x uint32) { c.regs().__gregs[_REG_R15] = x } func
Dsignal_linux_s390x.go55 func (c *sigctxt) set_pc(x uint64) { c.regs().psw_addr = x } func
Dsignal_linux_arm64.go64 func (c *sigctxt) set_pc(x uint64) { c.regs().pc = x } func
Dsignal_darwin_arm64.go60 func (c *sigctxt) set_pc(x uint64) { c.regs().pc = x } func
Dsignal_freebsd_arm64.go60 func (c *sigctxt) set_pc(x uint64) { c.regs().mc_gpregs.gp_elr = x } func
Dsignal_freebsd_riscv64.go57 func (c *sigctxt) set_pc(x uint64) { c.regs().mc_gpregs.gp_sepc = x } func
Dsignal_openbsd_riscv64.go64 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_sepc = uintptr(x) } func
Dsignal_openbsd_arm64.go67 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_elr = uintptr(x) } func
Dsignal_linux_riscv64.go60 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_regs.pc = x } func
Dsignal_linux_loong64.go68 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_pc = x } func
Dsignal_openbsd_mips64.go71 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_pc = x } func
Dsignal_netbsd_arm64.go65 func (c *sigctxt) set_pc(x uint64) { c.regs().__gregs[_REG_ELR] = x } func
Dsignal_linux_mipsx.go59 func (c *sigctxt) set_pc(x uint32) { c.regs().sc_pc = uint64(x) } func
Dsignal_linux_mips64x.go70 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_pc = x } func
Dsignal_openbsd_ppc64.go76 func (c *sigctxt) set_pc(x uint64) { c.regs().sc_pc = x } func
/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Dframe_pointer_unwinder_unittest.cc46 void set_pc(uint64_t pc) override { fake_pc_ = pc; } in set_pc() function in perfetto::profiling::__anon43c18ef40111::RegsFake

12