Searched refs:prstatus (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/backends/ |
D | linux-core-note.c | 65 struct EBLHOOK(prstatus) in EBLHOOK() argument 109 .offset = offsetof (struct EBLHOOK(prstatus), pr_##item), \ 182 if (descsz != sizeof (struct EBLHOOK(prstatus))) 184 *regs_offset = offsetof (struct EBLHOOK(prstatus), pr_reg);
|
D | ppc_corenote.c | 122 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[32]), \ 127 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[34]), \
|
D | x86_64_corenote.c | 93 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (8 * 15), \
|
D | i386_corenote.c | 84 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 11), \
|
/external/valgrind/main/coregrind/m_coredump/ |
D | coredump-elf.c | 493 struct vki_elf_prstatus prstatus; in make_elf_coredump() local 576 fill_prstatus(&VG_(threads)[i], &prstatus, si); in make_elf_coredump() 578 add_note(¬elist, "CORE", NT_PRSTATUS, &prstatus, sizeof(prstatus)); in make_elf_coredump()
|
/external/chromium/crypto/ |
D | nss_util.cc | 209 PRStatus prstatus = PR_Cleanup(); in ~NSPRInitSingleton() local 210 if (prstatus != PR_SUCCESS) { in ~NSPRInitSingleton()
|