HomeSort by: relevance | last modified time | path
    Searched defs:PRSTATUS_OFFSET_PR_REG (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfnn-loongarch.c 6939 #define PRSTATUS_OFFSET_PR_REG 0x70
6966 + PRSTATUS_OFFSET_PR_REG);
elfnn-riscv.c 5753 # define PRSTATUS_OFFSET_PR_REG 72
5765 # define PRSTATUS_OFFSET_PR_REG 112
5838 memcpy (data + PRSTATUS_OFFSET_PR_REG, greg,
5839 PRSTATUS_SIZE - PRSTATUS_OFFSET_PR_REG - ARCH_SIZE / 8);
5871 note->descpos + PRSTATUS_OFFSET_PR_REG);
  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-loongarch.c 6530 #define PRSTATUS_OFFSET_PR_REG 0x70
6557 + PRSTATUS_OFFSET_PR_REG);
elfnn-riscv.c 5654 # define PRSTATUS_OFFSET_PR_REG 72
5666 # define PRSTATUS_OFFSET_PR_REG 112
5739 memcpy (data + PRSTATUS_OFFSET_PR_REG, greg,
5740 PRSTATUS_SIZE - PRSTATUS_OFFSET_PR_REG - ARCH_SIZE / 8);
5772 note->descpos + PRSTATUS_OFFSET_PR_REG);
  /src/external/gpl3/gdb.old/dist/bfd/
elfnn-loongarch.c 6200 #define PRSTATUS_OFFSET_PR_REG 0x70
6227 + PRSTATUS_OFFSET_PR_REG);
elfnn-riscv.c 5419 # define PRSTATUS_OFFSET_PR_REG 72
5431 # define PRSTATUS_OFFSET_PR_REG 112
5504 memcpy (data + PRSTATUS_OFFSET_PR_REG, greg,
5505 PRSTATUS_SIZE - PRSTATUS_OFFSET_PR_REG - ARCH_SIZE / 8);
5537 note->descpos + PRSTATUS_OFFSET_PR_REG);
  /src/external/gpl3/gdb/dist/bfd/
elfnn-loongarch.c 6547 #define PRSTATUS_OFFSET_PR_REG 0x70
6574 + PRSTATUS_OFFSET_PR_REG);
elfnn-riscv.c 5660 # define PRSTATUS_OFFSET_PR_REG 72
5672 # define PRSTATUS_OFFSET_PR_REG 112
5745 memcpy (data + PRSTATUS_OFFSET_PR_REG, greg,
5746 PRSTATUS_SIZE - PRSTATUS_OFFSET_PR_REG - ARCH_SIZE / 8);
5778 note->descpos + PRSTATUS_OFFSET_PR_REG);

Completed in 49 milliseconds