Searched refs:arm_regs (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delfcore.h92 typedef struct arm_regs { /* General purpose registers */ struct
98 } arm_regs; typedef in typeref:struct:arm_regs
237 struct arm_regs arm;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delfcore.h92 typedef struct arm_regs { /* General purpose registers */ struct
98 } arm_regs; typedef in typeref:struct:arm_regs
237 struct arm_regs arm;
/external/strace/
H A Dsyscall.c735 struct pt_regs arm_regs; /* not static */ variable in typeref:struct:pt_regs
736 # define ARCH_REGS_FOR_GETREGSET arm_regs
743 # define arm_regs arm_regs_union.arm_r macro
882 tprintf("[%08lx] ", arm_regs.ARM_pc);
1089 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &arm_regs);
1350 case sizeof(arm_regs):
1353 scno = arm_regs.ARM_r7;
1359 if (arm_regs.ARM_ip != 0) {
1368 if (arm_regs.ARM_cpsr & 0x20)
1374 scno = ptrace(PTRACE_PEEKTEXT, tcp->pid, (void *)(arm_regs
[all...]
H A Ddefs.h383 extern struct pt_regs arm_regs;
H A Dsignal.c723 if (umove(tcp, arm_regs.ARM_sp, &uc) < 0)
/external/elfutils/0.153/backends/
H A DMakefile.am74 arm_SRCS = arm_init.c arm_symbol.c arm_regs.c arm_corenote.c \

Completed in 139 milliseconds