Lines Matching defs:unw_script
154 struct unw_script { struct
155 unsigned long ip; /* ip this script is for */
156 unsigned long pr_mask; /* mask of predicates script depends on */
157 unsigned long pr_val; /* predicate values this script is for */
158 rwlock_t lock;
159 unsigned int flags; /* see UNW_FLAG_* in unwind.h */
160 unsigned short lru_chain; /* used for least-recently-used chain */
161 unsigned short coll_chain; /* used for hash collisions */
162 unsigned short hint; /* hint for next script to try (or -1) */
163 unsigned short count; /* number of instructions in script */
164 struct unw_insn insn[UNW_MAX_SCRIPT_LEN];