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