Home | History | Annotate | Download | only in aarch64

Lines Matching defs:nonnull

42 nonnull(unsigned long x)
54 /* x0: used to pass exec arg0, nonnull anyway (path) */
55 /* x1: used to pass exec arg1, nonnull anyway (argv) */
56 /* x2: used to pass exec arg2, nonnull anyway (environ) */
57 register long x3 __asm("x3") = nonnull(3);
58 register long x4 __asm("x4") = nonnull(4);
59 register long x5 __asm("x5") = nonnull(5);
60 register long x6 __asm("x6") = nonnull(6);
61 register long x7 __asm("x7") = nonnull(7);
62 register long x8 __asm("x8") = nonnull(8);
63 register long x9 __asm("x9") = nonnull(9);
64 register long x10 __asm("x10") = nonnull(10);
65 register long x11 __asm("x11") = nonnull(11);
66 register long x12 __asm("x12") = nonnull(12);
67 register long x13 __asm("x13") = nonnull(13);
68 register long x14 __asm("x14") = nonnull(14);
69 register long x15 __asm("x15") = nonnull(15);
70 register long x16 __asm("x16") = nonnull(16);
71 register long x17 __asm("x17") = nonnull(17);
72 register long x18 __asm("x18") = nonnull(18);
73 register long x19 __asm("x19") = nonnull(19);
74 register long x20 __asm("x20") = nonnull(20);
75 register long x21 __asm("x21") = nonnull(21);
76 register long x22 __asm("x22") = nonnull(22);
77 register long x23 __asm("x23") = nonnull(23);
78 register long x24 __asm("x24") = nonnull(24);
79 register long x25 __asm("x25") = nonnull(25);
80 register long x26 __asm("x26") = nonnull(26);
81 register long x27 __asm("x27") = nonnull(27);
82 register long x28 __asm("x28") = nonnull(28);
83 /* x29: frame pointer, nonnull anyway */
84 /* x30: link register, nonnull anyway */
91 * stack/argument transfers, but all the arguments are nonnull
132 /* x0: used to pass posix_spawn arg0, nonnull anyway (&pid) */
133 /* x1: used to pass posix_spawn arg1, nonnull anyway (path) */
134 /* x2: used to pass posix_spawn arg2, nonnull anyway (&fileacts) */
135 /* x3: used to pass posix_spawn arg3, nonnull anyway (&attr) */
136 /* x4: used to pass posix_spawn arg3, nonnull anyway (argv) */
137 /* x5: used to pass posix_spawn arg3, nonnull anyway (environ) */
138 register long x6 __asm("x6") = nonnull(6);
139 register long x7 __asm("x7") = nonnull(7);
140 register long x8 __asm("x8") = nonnull(8);
141 register long x9 __asm("x9") = nonnull(9);
142 register long x10 __asm("x10") = nonnull(10);
143 register long x11 __asm("x11") = nonnull(11);
144 register long x12 __asm("x12") = nonnull(12);
145 register long x13 __asm("x13") = nonnull(13);
146 register long x14 __asm("x14") = nonnull(14);
147 register long x15 __asm("x15") = nonnull(15);
148 register long x16 __asm("x16") = nonnull(16);
149 register long x17 __asm("x17") = nonnull(17);
150 register long x18 __asm("x18") = nonnull(18);
151 register long x19 __asm("x19") = nonnull(19);
152 register long x20 __asm("x20") = nonnull(20);
153 register long x21 __asm("x21") = nonnull(21);
154 register long x22 __asm("x22") = nonnull(22);
155 register long x23 __asm("x23") = nonnull(23);
156 register long x24 __asm("x24") = nonnull(24);
157 register long x25 __asm("x25") = nonnull(25);
158 register long x26 __asm("x26") = nonnull(26);
159 register long x27 __asm("x27") = nonnull(27);
160 register long x28 __asm("x28") = nonnull(28);
161 /* x29: frame pointer, nonnull anyway */
162 /* x30: link register, nonnull anyway */
183 * stack/argument transfers, but all the arguments are nonnull