Searched refs:NT_LARCH_LSX (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | loongarch-linux-nat.c | 161 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LSX, (long) &iovec) < 0) in fetch_lsxregs_from_thread() 188 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LSX, (long) &iovec) < 0) in store_lsxregs_to_thread() 200 if (ptrace (PTRACE_SETREGSET, tid, NT_LARCH_LSX, (long) &iovec) < 0) in store_lsxregs_to_thread()
|
| /netbsd/src/external/gpl3/binutils/dist/include/elf/ |
| D | common.h | 716 #define NT_LARCH_LSX 0xa02 /* LoongArch SIMD eXtension registers */ macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/elf/ |
| D | common.h | 717 #define NT_LARCH_LSX 0xa02 /* LoongArch SIMD eXtension registers */ macro
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf.c | 11542 case NT_LARCH_LSX: in elfcore_grok_note() 13221 note_name, NT_LARCH_LSX, loongarch_lsx, size); in elfcore_write_loongarch_lsx()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf.c | 11538 case NT_LARCH_LSX: in elfcore_grok_note() 13232 note_name, NT_LARCH_LSX, loongarch_lsx, size); in elfcore_write_loongarch_lsx()
|