HomeSort by: relevance | last modified time | path
    Searched refs:NT_LARCH_LBT (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
loongarch-linux-nat.c 324 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LBT, (long) &iov) < 0)
329 perror_with_name (_("Couldn't get NT_LARCH_LBT registers"));
354 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LBT, (long) &iov) < 0)
359 perror_with_name (_("Couldn't get NT_LARCH_LBT registers"));
365 if (ptrace (PTRACE_SETREGSET, tid, NT_LARCH_LBT, (long) &iov) < 0)
366 perror_with_name (_("Couldn't set NT_LARCH_LBT registers"));
  /src/external/gpl3/gdb/dist/gdb/
loongarch-linux-nat.c 346 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LBT, (long) &iov) < 0)
351 perror_with_name (_("Couldn't get NT_LARCH_LBT registers"));
376 if (ptrace (PTRACE_GETREGSET, tid, NT_LARCH_LBT, (long) &iov) < 0)
381 perror_with_name (_("Couldn't get NT_LARCH_LBT registers"));
387 if (ptrace (PTRACE_SETREGSET, tid, NT_LARCH_LBT, (long) &iov) < 0)
388 perror_with_name (_("Couldn't set NT_LARCH_LBT registers"));
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-loongarch-low.cc 278 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_LARCH_LBT, LOONGARCH_LBT_REGS_SIZE,
  /src/external/gpl3/gdb/dist/gdbserver/
linux-loongarch-low.cc 319 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_LARCH_LBT, LOONGARCH_LBT_REGS_SIZE,
  /src/external/gpl3/binutils/dist/include/elf/
common.h 776 #define NT_LARCH_LBT 0xa04 /* LoongArch Binary Translation registers */
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 757 #define NT_LARCH_LBT 0xa04 /* LoongArch Binary Translation registers */
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 752 #define NT_LARCH_LBT 0xa04 /* LoongArch Binary Translation registers */
  /src/external/gpl3/gdb/dist/include/elf/
common.h 757 #define NT_LARCH_LBT 0xa04 /* LoongArch Binary Translation registers */
  /src/external/gpl3/binutils/dist/bfd/
elf.c 11203 case NT_LARCH_LBT: return elfcore_grok_loongarch_lbt (abfd, note);
12959 NOTE_NAME_LINUX, NT_LARCH_LBT,
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 11440 case NT_LARCH_LBT:
13137 note_name, NT_LARCH_LBT, loongarch_lbt, size);
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 11362 case NT_LARCH_LBT:
13051 note_name, NT_LARCH_LBT, loongarch_lbt, size);
  /src/external/gpl3/gdb/dist/bfd/
elf.c 11186 case NT_LARCH_LBT: return elfcore_grok_loongarch_lbt (abfd, note);
12932 NOTE_NAME_LINUX, NT_LARCH_LBT,

Completed in 111 milliseconds