OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRSTATUS_REGS_SIZE
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/backends/
alpha_corenote.c
45
#define
PRSTATUS_REGS_SIZE
(33 * 8)
i386_corenote.c
66
#define
PRSTATUS_REGS_SIZE
(17 * 4)
ppc_corenote.c
65
#define
PRSTATUS_REGS_SIZE
(BITS / 8 * 48)
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)
Completed in 30 milliseconds