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

  /external/elfutils/0.153/backends/
alpha_corenote.c 45 #define PRSTATUS_REGS_SIZE (33 * 8)
arm_corenote.c 45 #define PRSTATUS_REGS_SIZE (18 * 4)
sh_corenote.c 54 #define PRSTATUS_REGS_SIZE (23 * 4)
sparc_corenote.c 62 #define PRSTATUS_REGS_SIZE (BITS / 8 * (32 + (BITS == 32 ? 6 : 4)))
x86_64_corenote.c 75 #define PRSTATUS_REGS_SIZE (27 * 8)
ppc_corenote.c 65 #define PRSTATUS_REGS_SIZE (BITS / 8 * 48)
i386_corenote.c 66 #define PRSTATUS_REGS_SIZE (17 * 4)
linux-core-note.c 81 FIELD (ULONG, pr_reg[PRSTATUS_REGS_SIZE / sizeof (ULONG)]);

Completed in 458 milliseconds