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

1 2 3

  /external/valgrind/coregrind/m_gdbserver/
valgrind_low.h 54 void (*set_pc) (CORE_ADDR newpc); member in struct:valgrind_target_ops
valgrind-low-s390x.c 107 void set_pc (CORE_ADDR newpc) function
214 set_pc,
valgrind-low-x86.c 105 void set_pc (CORE_ADDR newpc) function
285 set_pc,
valgrind-low-arm.c 115 void set_pc (CORE_ADDR newpc) function
301 set_pc,
  /system/core/libunwindstack/
ElfInterfaceArm.cpp 121 regs_arm->set_pc((*regs_arm)[ARM_REG_LR]);
124 regs_arm->set_pc((*regs_arm)[ARM_REG_PC]);
Regs.cpp 86 set_pc(regs_[ARM_REG_PC]);
105 set_pc(regs_[ARM64_REG_PC]);
124 set_pc(regs_[X86_REG_PC]);
144 set_pc(regs_[X86_64_REG_PC]);
  /system/core/libunwindstack/tests/
RegsTest.cpp 92 regs32.set_pc(0xf0120340);
115 regs64.set_pc(0xf123456780102030UL);
232 regs_arm.set_pc(0x1500);
236 regs_arm64.set_pc(0x1600);
240 regs_x86.set_pc(0x1700);
244 regs_x86_64.set_pc(0x1800);
DwarfSectionImplTest.cpp 96 regs.set_pc(0x100);
110 regs.set_pc(0x100);
125 regs.set_pc(0x100);
143 regs.set_pc(0x100);
159 regs.set_pc(0x100);
220 regs.set_pc(0x100);
235 regs.set_pc(0x100);
251 regs.set_pc(0x100);
266 regs.set_pc(0x100);
286 regs.set_pc(0x100)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
signal_freebsd_arm.go 47 func (c *sigctxt) set_pc(x uint32) { c.regs().__gregs[15] = x } func
signal_nacl_arm.go 47 func (c *sigctxt) set_pc(x uint32) { c.regs().pc = x } func
signal_openbsd_arm.go 51 func (c *sigctxt) set_pc(x uint32) { c.regs().sc_pc = x } func
signal_linux_s390x.go 53 func (c *sigctxt) set_pc(x uint64) { c.regs().psw_addr = x } func
120 c.set_pc(uint64(funcPC(sigpanic)))
signal_arm.go 73 c.set_pc(uint32(funcPC(sigpanic)))
signal_darwin_arm.go 45 func (c *sigctxt) set_pc(x uint32) { c.regs().pc = x } func
signal_linux_arm.go 50 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
  /prebuilts/go/linux-x86/src/runtime/
signal_freebsd_arm.go 47 func (c *sigctxt) set_pc(x uint32) { c.regs().__gregs[15] = x } func
signal_nacl_arm.go 47 func (c *sigctxt) set_pc(x uint32) { c.regs().pc = x } func
signal_openbsd_arm.go 51 func (c *sigctxt) set_pc(x uint32) { c.regs().sc_pc = x } func
signal_linux_s390x.go 53 func (c *sigctxt) set_pc(x uint64) { c.regs().psw_addr = x } func
120 c.set_pc(uint64(funcPC(sigpanic)))
signal_arm.go 73 c.set_pc(uint32(funcPC(sigpanic)))
signal_darwin_arm.go 45 func (c *sigctxt) set_pc(x uint32) { c.regs().pc = x } func
signal_linux_arm.go 50 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
  /system/core/libunwindstack/include/unwindstack/
Regs.h 90 void set_pc(AddressType pc) { pc_ = pc; } function in class:unwindstack::RegsImpl

Completed in 1017 milliseconds

1 2 3