Searched refs:elf_prstatus (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Delfcore.h36 struct elf_prstatus struct
94 typedef struct elf_prstatus prstatus_t;
/external/google-breakpad/src/common/android/include/sys/
H A Dprocfs.h72 struct elf_prstatus { struct
/external/libunwind/src/coredump/
H A D_UCD_internal.h35 #include <sys/procfs.h> /* struct elf_prstatus */
78 #define PRSTATUS_STRUCT elf_prstatus
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_core_dumper.cc181 if (description.length() != sizeof(elf_prstatus)) {
186 const elf_prstatus* status =
187 reinterpret_cast<const elf_prstatus*>(description.data());
/external/google-breakpad/src/common/linux/
H A Delf_core_dump_unittest.cc213 EXPECT_EQ(sizeof(elf_prstatus), description.length());
214 const elf_prstatus* status = description.GetData<elf_prstatus>(0);

Completed in 131 milliseconds