Home
last modified time | relevance | path

Searched refs:NT_FPREGSET (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h103 // FreeBSD/i386 core NT_FPREGSET is x87 FSAVE result but the XSAVE dump
106 {llvm::Triple::FreeBSD, llvm::Triple::UnknownArch, llvm::ELF::NT_FPREGSET},
107 // In a i386 core file NT_FPREGSET is present, but it's not the result
111 {llvm::Triple::Linux, llvm::Triple::UnknownArch, llvm::ELF::NT_FPREGSET},
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp498 static constexpr uptr kExtraRegs[] = {NT_X86_XSTATE, NT_FPREGSET};
/freebsd/sys/compat/linux/
H A Dlinux_elf.c129 NT_FPREGSET, __linuxN(note_fpregset), thr); in __linuxN()
/freebsd/sys/sys/
H A Delf_common.h830 #define NT_FPREGSET 2 /* Floating point registers. */ macro
/freebsd/contrib/elftoolchain/size/
H A Dsize.c385 case NT_FPREGSET: /* same as NT_PRFPREG */ in handle_core_note()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1648 NT_FPREGSET = 2, enumerator
/freebsd/usr.bin/gcore/
H A Delfcore.c360 elf_putregnote(NT_FPREGSET, tids[i], sb); in elf_putnotes()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2494 _ELF_DEFINE_NT(NT_FPREGSET, 2, "Floating point information") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp87 ECase(NT_FPREGSET); in enumeration()
/freebsd/sys/kern/
H A Dimgact_elf.c2344 .note = NT_FPREGSET,
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5970 {ELF::NT_FPREGSET, "NT_FPREGSET (floating point registers)"},