Home
last modified time | relevance | path

Searched defs:unwind_table_entry (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dunwind.h11 struct unwind_table_entry { struct
12 unsigned int region_start;
13 unsigned int region_end;
14 unsigned int Cannot_unwind:1; /* 0 */
15 unsigned int Millicode:1; /* 1 */
18 unsigned int reserved1:1; /* 5 */
19 unsigned int Entry_SR:1; /* 6 */
22 unsigned int Args_stored:1; /* 16 */
28 unsigned int Ada_Region:1; /* 22 */
29 unsigned int cxx_info:1; /* 23 */
[all …]