Lines Matching +full:in4 +full:- +full:in5
1 // SPDX-License-Identifier: GPL-2.0
16 int in1 = -1;
17 long long in2 = -1;
21 long long in4 __attribute__((aligned(64))) = 0; variable
22 struct s in5 = {}; 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 */
78 out4 = in4; in handler()
79 out5 = in5; in handler()
90 huge_arr[sizeof(huge_arr) - 1] = 123; in handler()