Searched defs:unw_script (Results 1 – 1 of 1) sorted by relevance
153 struct unw_script { struct154 unsigned long ip; /* ip this script is for */155 unsigned long pr_mask; /* mask of predicates script depends on */156 unsigned long pr_val; /* predicate values this script is for */157 rwlock_t lock;158 unsigned int flags; /* see UNW_FLAG_* in unwind.h */159 unsigned short lru_chain; /* used for least-recently-used chain */160 unsigned short coll_chain; /* used for hash collisions */161 unsigned short hint; /* hint for next script to try (or -1) */162 unsigned short count; /* number of instructions in script */[all …]