Lines Matching refs:min_off

4441 	int min_off, max_off;  in check_stack_write_var_off()  local
4453 min_off = ptr_reg->smin_value + off; in check_stack_write_var_off()
4461 err = grow_stack_state(state, round_up(-min_off, BPF_REG_SIZE)); in check_stack_write_var_off()
4465 for (i = min_off; i < max_off; i++) { in check_stack_write_var_off()
4475 for (i = min_off; i < max_off; i++) { in check_stack_write_var_off()
4545 int min_off, int max_off, int dst_regno) in mark_reg_stack_read() argument
4553 for (i = min_off; i < max_off; i++) { in mark_reg_stack_read()
4562 if (zeros == max_off - min_off) { in mark_reg_stack_read()
4730 int min_off, max_off; in check_stack_read_var_off() local
4739 min_off = reg->smin_value + off; in check_stack_read_var_off()
4741 mark_reg_stack_read(env, ptr_state, min_off, max_off + size, dst_regno); in check_stack_read_var_off()
6380 int min_off, max_off; in check_stack_access_within_bounds() local
6393 min_off = reg->var_off.value + off; in check_stack_access_within_bounds()
6395 max_off = min_off + access_size - 1; in check_stack_access_within_bounds()
6397 max_off = min_off; in check_stack_access_within_bounds()
6405 min_off = reg->smin_value + off; in check_stack_access_within_bounds()
6409 max_off = min_off; in check_stack_access_within_bounds()
6412 err = check_stack_slot_within_bounds(min_off, state, type); in check_stack_access_within_bounds()
6799 int err, min_off, max_off, i, j, slot, spi; in check_stack_range_initialized() local
6829 min_off = max_off = reg->var_off.value + off; in check_stack_range_initialized()
6853 min_off = reg->smin_value + off; in check_stack_range_initialized()
6871 for (i = min_off; i < max_off + access_size; i++) { in check_stack_range_initialized()
6888 for (i = min_off; i < max_off + access_size; i++) { in check_stack_range_initialized()
6921 err_extra, regno, min_off, i - min_off, access_size); in check_stack_range_initialized()
6927 err_extra, regno, tn_buf, i - min_off, access_size); in check_stack_range_initialized()
6943 return update_stack_depth(env, state, min_off); in check_stack_range_initialized()