OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_ITEMS
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/backends/
aarch64_corenote.c
167
EXTRA_ITEMS
(NT_ARM_TLS, 8, aarch64_tls_items) \
168
EXTRA_ITEMS
(NT_ARM_HW_BREAK, 264, aarch64_hw_bp_items) \
169
EXTRA_ITEMS
(NT_ARM_HW_WATCH, 264, aarch64_hw_wp_items) \
170
EXTRA_ITEMS
(NT_ARM_SYSTEM_CALL, 4, aarch64_syscall_items)
s390_corenote.c
159
EXTRA_ITEMS
(NT_S390_HIGH_GPRS, 16 * 4, high_regs_items)
186
EXTRA_ITEMS
(NT_S390_LAST_BREAK, 8, last_break_items) \
187
EXTRA_ITEMS
(NT_S390_SYSTEM_CALL, 4, system_call_items)
linux-core-note.c
283
#define EXTRA_REGSET_ITEMS(type, size, table,
extra_items
) \
290
*nitems = sizeof
extra_items
/ sizeof
extra_items
[0]; \
291
*items =
extra_items
; \
294
#define
EXTRA_ITEMS
(type, size,
extra_items
) \
301
*nitems = sizeof
extra_items
/ sizeof
extra_items
[0]; \
302
*items =
extra_items
; \
Completed in 397 milliseconds