Searched refs:NT_FPREGSET (Results 1 - 15 of 15) sorted by relevance
/third_party/elfutils/backends/ |
H A D | aarch64_initreg.c | 80 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, &iovec) != 0) in aarch64_set_initial_registers_tid()
|
H A D | aarch64_corenote.c | 165 EXTRA_REGSET_ITEMS (NT_FPREGSET, 528, \
|
H A D | s390_corenote.c | 101 EXTRA_REGSET_ITEMS (NT_FPREGSET, 17 * 8, fpregset_regs, fpregset_items)
|
H A D | linux-core-note.c | 306 EXTRA_REGSET (NT_FPREGSET, FPREGSET_SIZE, fpregset_regs) in core_note()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1363 NT_FPREGSET = 2,
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 543 { NT_FPREGSET, "NT_FPREGSET", "fpregset struct" },
|
H A D | elf_types.hpp | 578 constexpr Elf_Word NT_FPREGSET = 2; // Contains copy of fpregset struct member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 632 #define NT_FPREGSET 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 628 #define NT_FPREGSET 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 628 #define NT_FPREGSET 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 628 #define NT_FPREGSET 2 macro
|
/third_party/musl/include/ |
H A D | elf.h | 644 #define NT_FPREGSET 2 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 941 pub const NT_FPREGSET: ::c_int = 2; consts
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 752 #define NT_FPREGSET 2 /* Contains copy of fpregset struct */ macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 4324 case NT_FPREGSET: in check_note_data()
|
Completed in 124 milliseconds