Home
last modified time | relevance | path

Searched refs:NT_PRXFPREG (Results 1 – 12 of 12) sorted by relevance

/third_party/elfutils/backends/
Di386_corenote.c107 EXTRA_REGSET (NT_PRXFPREG, 512, prxfpreg_regs) \
DChangeLog1017 * i386_corenote.c (EXTRA_NOTES): NT_PRXFPREG -> NT_PRXFPREG
1137 Remove NT_PRXFPREG case. Instead, use EXTRA_NOTES if defined.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1416 NT_PRXFPREG = 0x46e62b7f, enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp555 { { NT_PRXFPREG, "NT_PRXFPREG", "Contains a user_xfpregs_struct;" },
Delf_types.hpp596 constexpr Elf_Word NT_PRXFPREG = 0x46e62b7f; // Contains a user_xfpregs_struct variable
/third_party/musl/porting/linux/user/include/
Delf.h648 #define NT_PRXFPREG 0x46e62b7f macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h645 #define NT_PRXFPREG 0x46e62b7f macro
/third_party/musl/include/
Delf.h653 #define NT_PRXFPREG 0x46e62b7f macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h645 #define NT_PRXFPREG 0x46e62b7f macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h645 #define NT_PRXFPREG 0x46e62b7f macro
/third_party/elfutils/libelf/
Delf.h771 #define NT_PRXFPREG 0x46e62b7f /* Contains copy of user_fxsr_struct */ macro
/third_party/elfutils/libebl/
DChangeLog668 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PRXFPREG.