Home
last modified time | relevance | path

Searched refs:ARM_sp (Results 1 – 10 of 10) sorted by relevance

/external/strace/linux/aarch64/
Darch_regs.c7 #define ARM_sp uregs[13] macro
31 uint32_t *const arm_sp_ptr = (uint32_t *) &arm_regs.ARM_sp;
/external/strace/linux/arm/
Darch_regs.c2 long *const arm_sp_ptr = &arm_regs.ARM_sp;
Duserent.h14 { uoff(regs.ARM_sp), "sp" },
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_core_dumper.cc103 memcpy(&stack_pointer, &info->regs.ARM_sp, sizeof(info->regs.ARM_sp)); in GetThreadInfoByIndex()
Dlinux_ptrace_dumper.cc260 my_memcpy(&stack_pointer, &info->regs.ARM_sp, sizeof(info->regs.ARM_sp)); in GetThreadInfoByIndex()
/external/kernel-headers/original/uapi/asm-arm/asm/
Dptrace.h132 #define ARM_sp uregs[13] macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc450 #define REG_SP ARM_sp
/external/valgrind/include/vki/
Dvki-arm-linux.h586 #define ARM_sp uregs[13] macro
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c370 regs->ARM_sp = arch->vex.guest_R13; in fill_prstatus()
/external/valgrind/coregrind/
Dm_debugger.c225 uregs.ARM_sp = vex->guest_R13; in ptrace_setregs()