|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <linux_coredump.h>
Public Attributes | |
| prstatus_t * | prstatus |
| elf_fpregset_t * | fp_regset |
| siginfo_t * | siginfo |
| struct thread_elf_note * | n |
Definition at line 165 of file linux_coredump.h.
| elf_fpregset_t* thread_elf_note::fp_regset |
Definition at line 167 of file linux_coredump.h.
| struct thread_elf_note* thread_elf_note::n |
Definition at line 177 of file linux_coredump.h.
| prstatus_t* thread_elf_note::prstatus |
Definition at line 166 of file linux_coredump.h.
| siginfo_t* thread_elf_note::siginfo |
Definition at line 171 of file linux_coredump.h.