Lines Matching refs:unw_script
116 struct unw_script cache[UNW_CACHE_SIZE];
1213 cache_match (struct unw_script *script, unsigned long ip, unsigned long pr) in cache_match()
1223 static inline struct unw_script *
1226 struct unw_script *script = unw.cache + info->hint; in script_lookup()
1265 static inline struct unw_script *
1268 struct unw_script *script, *prev, *tmp; in script_new()
1332 script_finalize (struct unw_script *script, struct unw_state_record *sr) in script_finalize()
1345 script_emit (struct unw_script *script, struct unw_insn insn) in script_emit()
1356 emit_nat_info (struct unw_state_record *sr, int i, struct unw_script *script) in emit_nat_info()
1401 compile_reg (struct unw_state_record *sr, int i, struct unw_script *script) in compile_reg()
1525 static inline struct unw_script *
1529 struct unw_script *script = NULL; in build_script()
1719 run_script (struct unw_script *script, struct unw_frame_info *state) in run_script()
1836 struct unw_script *scr; in find_save_locs()
2130 struct unw_script *tmp; in unw_remove_unwind_table()