Searched refs:NT_PRXFPREG (Results 1 – 13 of 13) sorted by relevance
152 #if !defined(NT_PRXFPREG)153 #define NT_PRXFPREG 0x46e62b7f macro
59 #if defined(NT_PRXFPREG) || (defined(HAVE_DECL_NT_PRXFPREG) && HAVE_DECL_NT_PRXFPREG)60 XLAT(NT_PRXFPREG),
17 NT_PRXFPREG
107 EXTRA_REGSET (NT_PRXFPREG, 512, prxfpreg_regs) \
550 * i386_corenote.c (EXTRA_NOTES): NT_PRXFPREG -> NT_PRXFPREG670 Remove NT_PRXFPREG case. Instead, use EXTRA_NOTES if defined.
231 case NT_PRXFPREG: { in EnumerateThreads()
234 case NT_PRXFPREG: { in TEST()
378 #define NT_PRXFPREG 0x46e62b7f /* copied from gdb5.1/include/elf/common.h */ macro
57 #ifndef NT_PRXFPREG58 #define NT_PRXFPREG 0x46e62b7f /* copied from gdb5.1/include/elf/common.h */ macro545 add_note(notelist, "LINUX", NT_PRXFPREG, &xfpu, sizeof(xfpu)); in dump_one_thread()
779 nhdr.n_type = NT_PRXFPREG; in WriteThread()
650 #define NT_PRXFPREG 0x46e62b7f /* Contains copy of user_fxsr_struct */ macro
600 #ifndef NT_PRXFPREG601 #define NT_PRXFPREG 0x46e62b7f macro
357 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PRXFPREG.