Home
last modified time | relevance | path

Searched refs:pr_reg (Results 1 – 18 of 18) sorted by relevance

/third_party/libunwind/libunwind/src/coredump/
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.r_eflags; in _UCD_access_reg()
[all …]
D_UCD_access_reg_linux.c61 if (regnum >= ARRAY_SIZE(ui->prstatus->pr_reg)) 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/
Dppc_corenote.c136 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[32]), \
141 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[34]), \
Daarch64_corenote.c65 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \
72 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \
Driscv_corenote.c84 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[0]), \
Darm_corenote.c53 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 17), \
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 EBLHOOK()
Dsh_corenote.c75 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[22]), \
Dsparc_corenote.c116 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[33]), \
Dx86_64_corenote.c123 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (8 * 15), \
Di386_corenote.c87 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 11), \
Ds390_corenote.c136 pr_reg[BITS == 32 ? 34 : 26]), \
DChangeLog563 (pr_reg): Replace ULONG with PR_REG.
884 (struct EBLHOOK(prstatus)): Change field pr_reg to anonymous struct with
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dprocfs.h29 elf_gregset_t pr_reg; member
/third_party/musl/include/sys/
Dprocfs.h29 elf_gregset_t pr_reg; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dprocfs.h29 elf_gregset_t pr_reg; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dprocfs.h29 elf_gregset_t pr_reg; member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h30789 elf_gregset_t pr_reg; member