Searched refs:NT_FPREGSET (Results 1 – 19 of 19) sorted by relevance
/third_party/elfutils/backends/ |
D | aarch64_initreg.c | 80 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, &iovec) != 0) in aarch64_set_initial_registers_tid()
|
D | aarch64_corenote.c | 165 EXTRA_REGSET_ITEMS (NT_FPREGSET, 528, \
|
D | s390_corenote.c | 101 EXTRA_REGSET_ITEMS (NT_FPREGSET, 17 * 8, fpregset_regs, fpregset_items)
|
D | linux-core-note.c | 306 EXTRA_REGSET (NT_FPREGSET, FPREGSET_SIZE, fpregset_regs) in EBLHOOK()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux-gnu.txt | 333 NT_FPREGSET
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 404 #define NT_FPREGSET 2 /* Floating point registers. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 404 #define NT_FPREGSET 2 /* Floating point registers. */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1363 NT_FPREGSET = 2, enumerator
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 543 { NT_FPREGSET, "NT_FPREGSET", "fpregset struct" },
|
D | elf_types.hpp | 578 constexpr Elf_Word NT_FPREGSET = 2; // Contains copy of fpregset struct variable
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 941 pub const NT_FPREGSET: ::c_int = 2; constant
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 628 #define NT_FPREGSET 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 628 #define NT_FPREGSET 2 macro
|
/third_party/musl/include/ |
D | elf.h | 629 #define NT_FPREGSET 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 628 #define NT_FPREGSET 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 628 #define NT_FPREGSET 2 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 631 #define NT_FPREGSET 2 macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 752 #define NT_FPREGSET 2 /* Contains copy of fpregset struct */ macro
|
/third_party/elfutils/src/ |
D | elflint.c | 4324 case NT_FPREGSET: in check_note_data()
|