Home
last modified time | relevance | path

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

/external/elfutils/0.153/backends/
Dalpha_corenote.c45 #define PRSTATUS_REGS_SIZE (33 * 8) macro
Darm_corenote.c45 #define PRSTATUS_REGS_SIZE (18 * 4) macro
Dsh_corenote.c54 #define PRSTATUS_REGS_SIZE (23 * 4) macro
Dsparc_corenote.c62 #define PRSTATUS_REGS_SIZE (BITS / 8 * (32 + (BITS == 32 ? 6 : 4))) macro
Dx86_64_corenote.c75 #define PRSTATUS_REGS_SIZE (27 * 8) macro
Dppc_corenote.c65 #define PRSTATUS_REGS_SIZE (BITS / 8 * 48) macro
Di386_corenote.c66 #define PRSTATUS_REGS_SIZE (17 * 4) macro
Dlinux-core-note.c81 FIELD (ULONG, pr_reg[PRSTATUS_REGS_SIZE / sizeof (ULONG)]); in EBLHOOK()