Searched refs:NT_FPREGSET (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterUtilities.h | 106 {llvm::Triple::FreeBSD, llvm::Triple::UnknownArch, llvm::ELF::NT_FPREGSET}, 111 {llvm::Triple::Linux, llvm::Triple::UnknownArch, llvm::ELF::NT_FPREGSET},
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 509 static constexpr uptr kExtraRegs[] = {NT_X86_XSTATE, NT_FPREGSET};
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_elf.c | 129 NT_FPREGSET, __linuxN(note_fpregset), thr); in __linuxN()
|
| /freebsd/sys/sys/ |
| H A D | elf_common.h | 846 #define NT_FPREGSET 2 /* Floating point registers. */ macro
|
| /freebsd/usr.bin/gcore/ |
| H A D | elfcore.c | 360 elf_putregnote(NT_FPREGSET, tids[i], sb); in elf_putnotes()
|
| /freebsd/contrib/elftoolchain/size/ |
| H A D | size.c | 385 case NT_FPREGSET: /* same as NT_PRFPREG */ in handle_core_note()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1726 NT_FPREGSET = 2, enumerator
|
| /freebsd/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 2494 _ELF_DEFINE_NT(NT_FPREGSET, 2, "Floating point information") \
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 87 ECase(NT_FPREGSET); in enumeration()
|
| /freebsd/sys/kern/ |
| H A D | imgact_elf.c | 2387 .note = NT_FPREGSET,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 6068 {ELF::NT_FPREGSET, "NT_FPREGSET (floating point registers)"},
|