HomeSort by relevance Sort by last modified time
    Searched refs:PRSTATUS_REGS_SIZE (Results 1 - 13 of 13) sorted by null

  /external/elfutils/backends/
tilegx_corenote.c 48 #define PRSTATUS_REGS_SIZE (57 * 8)
aarch64_corenote.c 55 #define PRSTATUS_REGS_SIZE (34 * 8)
66 + PRSTATUS_REGS_SIZE - 16), \
73 + PRSTATUS_REGS_SIZE - 8), \
alpha_corenote.c 48 #define PRSTATUS_REGS_SIZE (33 * 8)
m68k_corenote.c 49 #define PRSTATUS_REGS_SIZE (20 * 4)
riscv_corenote.c 79 #define PRSTATUS_REGS_SIZE (32 * (BITS/8))
arm_corenote.c 48 #define PRSTATUS_REGS_SIZE (18 * 4)
sh_corenote.c 57 #define PRSTATUS_REGS_SIZE (23 * 4)
sparc_corenote.c 66 #define PRSTATUS_REGS_SIZE (BITS / 8 * (32 + (BITS == 32 ? 6 : 4)))
ppc_corenote.c 68 #define PRSTATUS_REGS_SIZE (BITS / 8 * 48)
x86_64_corenote.c 85 #define PRSTATUS_REGS_SIZE (27 * 8)
i386_corenote.c 69 #define PRSTATUS_REGS_SIZE (17 * 4)
s390_corenote.c 62 #define PRSTATUS_REGS_SIZE (BITS / 8 * (BITS == 32 ? 35 : 27))
linux-core-note.c 105 FIELD (PR_REG, pr_reg[PRSTATUS_REGS_SIZE / sizeof (PR_REG)]);

Completed in 579 milliseconds