HomeSort by relevance Sort by last modified time
    Searched refs:prstatus (Results 1 - 20 of 20) sorted by null

  /external/libunwind/src/coredump/
_UCD_access_reg_freebsd.c 44 *valp = ui->prstatus->pr_reg.r_eax;
47 *valp = ui->prstatus->pr_reg.r_edx;
50 *valp = ui->prstatus->pr_reg.r_ecx;
53 *valp = ui->prstatus->pr_reg.r_ebx;
56 *valp = ui->prstatus->pr_reg.r_esi;
59 *valp = ui->prstatus->pr_reg.r_edi;
62 *valp = ui->prstatus->pr_reg.r_ebp;
65 *valp = ui->prstatus->pr_reg.r_esp;
68 *valp = ui->prstatus->pr_reg.r_eip;
71 *valp = ui->prstatus->pr_reg.r_eflags
    [all...]
_UCD_internal.h 80 #define PRSTATUS_STRUCT prstatus
93 struct PRSTATUS_STRUCT *prstatus; /* points inside note_phdr */ member in struct:UCD_info
_UCD_access_reg_linux.c 130 (long)ui->prstatus->pr_reg[regnum],
131 (long)ui->prstatus->pr_reg[regnum]
133 *valp = ui->prstatus->pr_reg[regnum];
_UCD_create.c 277 ui->prstatus = ui->threads[0];
294 ui->prstatus = ui->threads[n];
299 return ui->prstatus->pr_pid;
304 return ui->prstatus->pr_cursig;
  /external/elfutils/backends/
ppc_corenote.c 125 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[32]), \
130 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[34]), \
aarch64_corenote.c 65 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \
72 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \
arm_corenote.c 53 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 17), \
linux-core-note.c 87 struct EBLHOOK(prstatus)
138 .offset = offsetof (struct EBLHOOK(prstatus), pr_##item), \
247 if (nhdr->n_descsz != sizeof (struct EBLHOOK(prstatus)))
249 *regs_offset = offsetof (struct EBLHOOK(prstatus), pr_reg);
sh_corenote.c 75 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[22]), \
sparc_corenote.c 116 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[33]), \
x86_64_corenote.c 123 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (8 * 15), \
i386_corenote.c 87 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 11), \
s390_corenote.c 135 .offset = offsetof (struct EBLHOOK(prstatus), \
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_debug.h 81 /* Linux/ARM 32 prstatus for notes section */
82 typedef struct prstatus { struct
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 142 typedef struct prstatus { /* Information about thread; includes CPU reg*/ struct
157 } prstatus; typedef in typeref:struct:prstatus
748 struct prstatus pr;
759 nhdr.n_descsz = sizeof(struct prstatus);
763 !writea(1, &pr, sizeof(struct prstatus))) {
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 540 struct vki_elf_prstatus prstatus; local
557 fill_prstatus(&VG_(threads)[tid], &prstatus, si);
562 add_note(notelist, "CORE", NT_PRSTATUS, &prstatus, sizeof(prstatus));
coredump-solaris.c 743 vki_elf_prstatus_t prstatus; local
744 fill_prstatus(&prstatus, tst, si);
745 add_note(notes, VKI_NT_PRSTATUS, &prstatus, sizeof(vki_elf_prstatus_t));
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c     [all...]
  /external/libchrome/crypto/
nss_util.cc 199 PRStatus prstatus = PR_Cleanup(); local
200 if (prstatus != PR_SUCCESS)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf-bfd.h     [all...]

Completed in 1265 milliseconds