Lines Matching refs:unw_script
117 struct unw_script cache[UNW_CACHE_SIZE];
1214 cache_match (struct unw_script *script, unsigned long ip, unsigned long pr) in cache_match()
1224 static inline struct unw_script *
1227 struct unw_script *script = unw.cache + info->hint; in script_lookup()
1266 static inline struct unw_script *
1269 struct unw_script *script, *prev, *tmp; in script_new()
1333 script_finalize (struct unw_script *script, struct unw_state_record *sr) in script_finalize()
1346 script_emit (struct unw_script *script, struct unw_insn insn) in script_emit()
1357 emit_nat_info (struct unw_state_record *sr, int i, struct unw_script *script) in emit_nat_info()
1402 compile_reg (struct unw_state_record *sr, int i, struct unw_script *script) in compile_reg()
1526 static inline struct unw_script *
1530 struct unw_script *script = NULL; in build_script()
1720 run_script (struct unw_script *script, struct unw_frame_info *state) in run_script()
1837 struct unw_script *scr; in find_save_locs()
2131 struct unw_script *tmp; in unw_remove_unwind_table()