/external/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 | 130 (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.h | 80 #define PRSTATUS_STRUCT prstatus 93 struct PRSTATUS_STRUCT *prstatus; /* points inside note_phdr */ member
|
D | _UCD_create.c | 277 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/ |
D | linux-core-note.c | 87 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()
|
D | ppc_corenote.c | 125 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[32]), \ 130 .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 | arm_corenote.c | 53 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 17), \
|
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 | 135 .offset = offsetof (struct EBLHOOK(prstatus), \
|
D | ChangeLog | 417 (struct EBLHOOK(prstatus)): Change field pr_reg to anonymous struct with
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 142 typedef struct prstatus { /* Information about thread; includes CPU reg*/ struct 157 } prstatus; argument 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/ |
D | coredump-elf.c | 540 struct vki_elf_prstatus prstatus; in dump_one_thread() local 557 fill_prstatus(&VG_(threads)[tid], &prstatus, si); in dump_one_thread() 562 add_note(notelist, "CORE", NT_PRSTATUS, &prstatus, sizeof(prstatus)); in dump_one_thread()
|
D | coredump-solaris.c | 743 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/ |
D | nss_util.cc | 199 PRStatus prstatus = PR_Cleanup(); in ~NSPRInitSingleton() local 200 if (prstatus != PR_SUCCESS) in ~NSPRInitSingleton()
|
/external/libunwind/ |
D | configure.ac | 55 AC_CHECK_TYPES([struct elf_prstatus, struct prstatus], [], [],
|