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.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 in _UCD_access_reg() [all...] |
H A D | _UCD_access_reg_linux.c | 61 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 D | ppc_corenote.c | 136 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[32]), \ 141 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[34]), \
|
H A D | aarch64_corenote.c | 65 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \ 72 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \
|
H A D | riscv_corenote.c | 84 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[0]), \
|
H A D | sparc_corenote.c | 116 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[33]), \
|
H A D | arm_corenote.c | 53 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 17), \
|
H A D | sh_corenote.c | 75 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[22]), \
|
H A D | x86_64_corenote.c | 123 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (8 * 15), \
|
H A 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 core_note()
|
H A D | s390_corenote.c | 136 pr_reg[BITS == 32 ? 34 : 26]), \
|
H A D | i386_corenote.c | 87 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 11), \
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | procfs.h | 29 elf_gregset_t pr_reg; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | procfs.h | 29 elf_gregset_t pr_reg; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | procfs.h | 29 elf_gregset_t pr_reg; member
|
/third_party/musl/include/sys/ |
H A D | procfs.h | 29 elf_gregset_t pr_reg; member
|
Completed in 5 milliseconds