Searched refs:EXTRA_ITEMS (Results 1 - 3 of 3) sorted by relevance
/third_party/elfutils/backends/ |
H A D | 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)
|
H A D | 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)
|
H A D | linux-core-note.c | 294 #define EXTRA_ITEMS(type, size, extra_items) \ in core_note() macro
|
Completed in 2 milliseconds