OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRSTATUS_REGS_SIZE
(Results
1 - 11
of
11
) 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)
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
103
FIELD (PR_REG, pr_reg[
PRSTATUS_REGS_SIZE
/ sizeof (PR_REG)]);
Completed in 1429 milliseconds