Home
last modified time | relevance | path

Searched refs:PRSTATUS_REGS_SIZE (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/backends/
Daarch64_corenote.c55 #define PRSTATUS_REGS_SIZE (34 * 8) macro
66 + PRSTATUS_REGS_SIZE - 16), \
73 + PRSTATUS_REGS_SIZE - 8), \
Dcsky_corenote.c59 #define PRSTATUS_REGS_SIZE (36 * 4) macro
Dalpha_corenote.c48 #define PRSTATUS_REGS_SIZE (33 * 8) macro
Dm68k_corenote.c49 #define PRSTATUS_REGS_SIZE (20 * 4) macro
Driscv_corenote.c79 #define PRSTATUS_REGS_SIZE (32 * (BITS/8)) macro
Darm_corenote.c48 #define PRSTATUS_REGS_SIZE (18 * 4) macro
Dsh_corenote.c57 #define PRSTATUS_REGS_SIZE (23 * 4) macro
Dsparc_corenote.c66 #define PRSTATUS_REGS_SIZE (BITS / 8 * (32 + (BITS == 32 ? 6 : 4))) macro
Dx86_64_corenote.c85 #define PRSTATUS_REGS_SIZE (27 * 8) macro
Dppc_corenote.c68 #define PRSTATUS_REGS_SIZE (BITS / 8 * 48) macro
Di386_corenote.c69 #define PRSTATUS_REGS_SIZE (17 * 4) macro
Ds390_corenote.c62 #define PRSTATUS_REGS_SIZE (BITS / 8 * (BITS == 32 ? 35 : 27)) macro
Dlinux-core-note.c105 FIELD (PR_REG, pr_reg[PRSTATUS_REGS_SIZE / sizeof (PR_REG)]); in EBLHOOK()
DChangeLog127 (PRSTATUS_REGS_SIZE): Likewise.