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

  /external/elfutils/src/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)
arm_corenote.c 48 #define PRSTATUS_REGS_SIZE (18 * 4)
sh_corenote.c 57 #define PRSTATUS_REGS_SIZE (23 * 4)
sparc_corenote.c 65 #define PRSTATUS_REGS_SIZE (BITS / 8 * (32 + (BITS == 32 ? 6 : 4)))
x86_64_corenote.c 78 #define PRSTATUS_REGS_SIZE (27 * 8)
ppc_corenote.c 68 #define PRSTATUS_REGS_SIZE (BITS / 8 * 48)
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 89 FIELD (ULONG, pr_reg[PRSTATUS_REGS_SIZE / sizeof (ULONG)]);

Completed in 622 milliseconds