Lines Matching +full:in3 +full:- +full:in2
1 // SPDX-License-Identifier: GPL-2.0
16 int in1 = -1;
17 long long in2 = -1; variable
20 char in3 = '\0'; variable
30 int out1 = -1;
31 long long out2 = -1;
47 const volatile int in_dynarr[4] SEC(".rodata.dyn") = { -1, -2, -3, -4 };
56 /* non-mmapable custom .data section */
76 out2 = in2; in handler()
77 out3 = in3; in handler()
90 huge_arr[sizeof(huge_arr) - 1] = 123; in handler()