Home
last modified time | relevance | path

Searched refs:pr_reg (Results 1 - 16 of 16) sorted by relevance

/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_access_reg_freebsd.c44 *valp = ui->prstatus->pr_reg.r_eax; in _UCD_access_reg()
47 *valp = ui->prstatus->pr_reg.r_edx; in _UCD_access_reg()
50 *valp = ui->prstatus->pr_reg.r_ecx; in _UCD_access_reg()
53 *valp = ui->prstatus->pr_reg.r_ebx; in _UCD_access_reg()
56 *valp = ui->prstatus->pr_reg.r_esi; in _UCD_access_reg()
59 *valp = ui->prstatus->pr_reg.r_edi; in _UCD_access_reg()
62 *valp = ui->prstatus->pr_reg.r_ebp; in _UCD_access_reg()
65 *valp = ui->prstatus->pr_reg.r_esp; in _UCD_access_reg()
68 *valp = ui->prstatus->pr_reg.r_eip; in _UCD_access_reg()
71 *valp = ui->prstatus->pr_reg in _UCD_access_reg()
[all...]
H A D_UCD_access_reg_linux.c61 if (regnum >= ARRAY_SIZE(ui->prstatus->pr_reg)) in _UCD_access_reg()
143 /* pr_reg is a long[] array, but it contains struct user_regs_struct's in _UCD_access_reg()
146 Debug(1, "pr_reg[%d]:%ld (0x%lx)\n", regnum, in _UCD_access_reg()
147 (long)ui->prstatus->pr_reg[regnum], in _UCD_access_reg()
148 (long)ui->prstatus->pr_reg[regnum] in _UCD_access_reg()
150 *valp = ui->prstatus->pr_reg[regnum]; in _UCD_access_reg()
/third_party/elfutils/backends/
H A Dppc_corenote.c136 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[32]), \
141 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[34]), \
H A Daarch64_corenote.c65 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \
72 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \
H A Driscv_corenote.c84 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[0]), \
H A Dsparc_corenote.c116 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[33]), \
H A Darm_corenote.c53 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 17), \
H A Dsh_corenote.c75 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[22]), \
H A Dx86_64_corenote.c123 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (8 * 15), \
H A Dlinux-core-note.c105 FIELD (PR_REG, pr_reg[PRSTATUS_REGS_SIZE / sizeof (PR_REG)]); in EBLHOOK()
255 *regs_offset = offsetof (struct EBLHOOK(prstatus), pr_reg); in core_note()
H A Ds390_corenote.c136 pr_reg[BITS == 32 ? 34 : 26]), \
H A Di386_corenote.c87 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 11), \
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprocfs.h29 elf_gregset_t pr_reg; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprocfs.h29 elf_gregset_t pr_reg; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprocfs.h29 elf_gregset_t pr_reg; member
/third_party/musl/include/sys/
H A Dprocfs.h29 elf_gregset_t pr_reg; member

Completed in 6 milliseconds