Home
last modified time | relevance | path

Searched refs:prstatus (Results 1 – 19 of 19) sorted by relevance

/external/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.c130 (long)ui->prstatus->pr_reg[regnum], in _UCD_access_reg()
131 (long)ui->prstatus->pr_reg[regnum] in _UCD_access_reg()
133 *valp = ui->prstatus->pr_reg[regnum]; in _UCD_access_reg()
D_UCD_internal.h80 #define PRSTATUS_STRUCT prstatus
93 struct PRSTATUS_STRUCT *prstatus; /* points inside note_phdr */ member
D_UCD_create.c277 ui->prstatus = ui->threads[0]; in _UCD_create()
294 ui->prstatus = ui->threads[n]; in _UCD_select_thread()
299 return ui->prstatus->pr_pid; in _UCD_get_pid()
304 return ui->prstatus->pr_cursig; in _UCD_get_cursig()
/external/elfutils/backends/
Dlinux-core-note.c87 struct EBLHOOK(prstatus) in EBLHOOK() argument
138 .offset = offsetof (struct EBLHOOK(prstatus), pr_##item), \
247 if (nhdr->n_descsz != sizeof (struct EBLHOOK(prstatus))) in EBLHOOK()
249 *regs_offset = offsetof (struct EBLHOOK(prstatus), pr_reg); in EBLHOOK()
Dppc_corenote.c125 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[32]), \
130 .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) \
Darm_corenote.c53 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 17), \
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.c135 .offset = offsetof (struct EBLHOOK(prstatus), \
DChangeLog417 (struct EBLHOOK(prstatus)): Change field pr_reg to anonymous struct with
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc142 typedef struct prstatus { /* Information about thread; includes CPU reg*/ struct
157 } prstatus; typedef
748 struct prstatus pr; in WriteThread()
759 nhdr.n_descsz = sizeof(struct prstatus); in WriteThread()
763 !writea(1, &pr, sizeof(struct prstatus))) { in WriteThread()
1118 (sizeof(Nhdr) + 8 + sizeof(prstatus)) in main()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c545 struct vki_elf_prstatus prstatus; in dump_one_thread() local
562 fill_prstatus(&VG_(threads)[tid], &prstatus, si); in dump_one_thread()
567 add_note(notelist, "CORE", NT_PRSTATUS, &prstatus, sizeof(prstatus)); in dump_one_thread()
Dcoredump-solaris.c743 vki_elf_prstatus_t prstatus; in fill_old_note_for_thread() local
744 fill_prstatus(&prstatus, tst, si); in fill_old_note_for_thread()
745 add_note(notes, VKI_NT_PRSTATUS, &prstatus, sizeof(vki_elf_prstatus_t)); in fill_old_note_for_thread()
/external/libchrome/crypto/
Dnss_util.cc186 PRStatus prstatus = PR_Cleanup(); in ~NSPRInitSingleton() local
187 if (prstatus != PR_SUCCESS) in ~NSPRInitSingleton()
/external/libunwind/
Dconfigure.ac55 AC_CHECK_TYPES([struct elf_prstatus, struct prstatus], [], [],