Lines Matching refs:max_off
2774 int min_off, max_off; in check_stack_write_var_off() local
2786 max_off = ptr_reg->smax_value + off + size; in check_stack_write_var_off()
2798 for (i = min_off; i < max_off; i++) { in check_stack_write_var_off()
2864 int min_off, int max_off, int dst_regno) in mark_reg_stack_read() argument
2872 for (i = min_off; i < max_off; i++) { in mark_reg_stack_read()
2880 if (zeros == max_off - min_off) { in mark_reg_stack_read()
3023 int min_off, max_off; in check_stack_read_var_off() local
3033 max_off = reg->smax_value + off; in check_stack_read_var_off()
3034 mark_reg_stack_read(env, ptr_state, min_off, max_off + size, dst_regno); in check_stack_read_var_off()
4060 int min_off, max_off; in check_stack_access_within_bounds() local
4075 max_off = min_off + access_size - 1; in check_stack_access_within_bounds()
4077 max_off = min_off; in check_stack_access_within_bounds()
4087 max_off = reg->smax_value + off + access_size - 1; in check_stack_access_within_bounds()
4089 max_off = min_off; in check_stack_access_within_bounds()
4094 err = check_stack_slot_within_bounds(max_off, state, type); in check_stack_access_within_bounds()
4435 int err, min_off, max_off, i, j, slot, spi; in check_stack_range_initialized() local
4465 min_off = max_off = reg->var_off.value + off; in check_stack_range_initialized()
4490 max_off = reg->smax_value + off; in check_stack_range_initialized()
4499 for (i = min_off; i < max_off + access_size; i++) { in check_stack_range_initialized()