Searched refs:UNW_MAX_SCRIPT_LEN (Results 1 – 2 of 2) sorted by relevance
151 #define UNW_MAX_SCRIPT_LEN (UNW_NUM_REGS + 5) macro163 struct unw_insn insn[UNW_MAX_SCRIPT_LEN];
1347 if (script->count >= UNW_MAX_SCRIPT_LEN) { in script_emit()1349 __func__, UNW_MAX_SCRIPT_LEN); in script_emit()