Home
last modified time | relevance | path

Searched refs:prstatus (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/backends/
Dlinux-core-note.c89 struct EBLHOOK(prstatus) in EBLHOOK() argument
144 .offset = offsetof (struct EBLHOOK(prstatus), pr_##item), \
253 if (nhdr->n_descsz != sizeof (struct EBLHOOK(prstatus))) in EBLHOOK()
255 *regs_offset = offsetof (struct EBLHOOK(prstatus), pr_reg); in EBLHOOK()
Dppc_corenote.c136 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[32]), \
141 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[34]), \
Daarch64_corenote.c65 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \
72 .offset = (offsetof (struct EBLHOOK(prstatus), pr_reg) \
Driscv_corenote.c84 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[0]), \
Darm_corenote.c53 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 17), \
Dsh_corenote.c75 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[22]), \
Dsparc_corenote.c116 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[33]), \
Dx86_64_corenote.c123 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (8 * 15), \
Di386_corenote.c87 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 11), \
Ds390_corenote.c135 .offset = offsetof (struct EBLHOOK(prstatus), \
DChangeLog381 * linux-core-note.c (struct EBLHOOK(prstatus)): Set alignment to
846 (struct EBLHOOK(prstatus)): Change field pr_reg to anonymous struct with
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp795 ELFLinuxPrStatus prstatus; in parseLinuxNotes() local
796 Status status = prstatus.Parse(note.data, arch); in parseLinuxNotes()
799 thread_data.prstatus_sig = prstatus.pr_cursig; in parseLinuxNotes()
800 thread_data.tid = prstatus.pr_pid; in parseLinuxNotes()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc241 typedef struct prstatus { /* Information about thread; includes CPU reg*/ struct
256 } prstatus; argument
923 struct prstatus pr; in WriteThread()
938 nhdr.n_descsz = sizeof(struct prstatus); in WriteThread()
942 !writea(options.out_fd, &pr, sizeof(struct prstatus))) { in WriteThread()
1324 (sizeof(Nhdr) + 8 + sizeof(prstatus)) in main()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dnote-core.test5 …lf --notes %t1.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PRSTATUS (prstatus structure)"
6 …bj --notes %t1.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PRSTATUS (prstatus structure)"