Lines Matching refs:max_off
5234 int min_off, max_off; in check_stack_write_var_off() local
5247 max_off = ptr_reg->smax_value + off + size; in check_stack_write_var_off()
5254 for (i = min_off; i < max_off; i++) { in check_stack_write_var_off()
5265 for (i = min_off; i < max_off; i++) { in check_stack_write_var_off()
5348 int min_off, int max_off, int dst_regno) in mark_reg_stack_read() argument
5356 for (i = min_off; i < max_off; i++) { in mark_reg_stack_read()
5365 if (zeros == max_off - min_off) { in mark_reg_stack_read()
5549 int min_off, max_off; in check_stack_read_var_off() local
5559 max_off = reg->smax_value + off; in check_stack_read_var_off()
5560 mark_reg_stack_read(env, ptr_state, min_off, max_off + size, dst_regno); in check_stack_read_var_off()
7459 s64 min_off, max_off; in check_stack_access_within_bounds() local
7470 max_off = min_off + access_size; in check_stack_access_within_bounds()
7479 max_off = reg->smax_value + off + access_size; in check_stack_access_within_bounds()
7483 if (!err && max_off > 0) in check_stack_access_within_bounds()
8038 int err, min_off, max_off, i, j, slot, spi; in check_stack_range_initialized() local
8058 min_off = max_off = reg->var_off.value + off; in check_stack_range_initialized()
8083 max_off = reg->smax_value + off; in check_stack_range_initialized()
8100 for (i = min_off; i < max_off + access_size; i++) { in check_stack_range_initialized()
8117 for (i = min_off; i < max_off + access_size; i++) { in check_stack_range_initialized()