Searched refs:pr_reg (Results 1 – 18 of 18) sorted by relevance
/third_party/libunwind/libunwind/src/coredump/ |
D | _UCD_access_reg_freebsd.c | 44 *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.c | 61 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/ |
D | ppc_corenote.c | 136 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[32]), \ 141 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[34]), \
|
D | aarch64_corenote.c | 65 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \ 72 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \
|
D | riscv_corenote.c | 84 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[0]), \
|
D | arm_corenote.c | 53 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 17), \
|
D | linux-core-note.c | 105 FIELD (PR_REG, pr_reg[PRSTATUS_REGS_SIZE / sizeof (PR_REG)]); in EBLHOOK() 255 *regs_offset = offsetof (struct EBLHOOK(prstatus), pr_reg); in EBLHOOK()
|
D | sh_corenote.c | 75 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[22]), \
|
D | sparc_corenote.c | 116 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[33]), \
|
D | x86_64_corenote.c | 123 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (8 * 15), \
|
D | i386_corenote.c | 87 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 11), \
|
D | s390_corenote.c | 136 pr_reg[BITS == 32 ? 34 : 26]), \
|
D | ChangeLog | 563 (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/ |
D | procfs.h | 29 elf_gregset_t pr_reg; member
|
/third_party/musl/include/sys/ |
D | procfs.h | 29 elf_gregset_t pr_reg; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | procfs.h | 29 elf_gregset_t pr_reg; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | procfs.h | 29 elf_gregset_t pr_reg; member
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 30789 elf_gregset_t pr_reg; member
|