Lines Matching full:stable

7  * Examples for kABI stability features with --stable.
21 * ./gendwarfksyms --stable --dump-dies \
23 * FileCheck examples/kabi_ex.h --check-prefix=STABLE
26 * ./gendwarfksyms --stable --dump-versions \
48 * STABLE: variable structure_type s {
49 * STABLE-NEXT: }
64 * STABLE: variable enumeration_type e {
65 * STABLE-NEXT: enumerator A = 0 ,
66 * STABLE-NEXT: enumerator D = 123456789
67 * STABLE-NEXT: } byte_size(4)
80 * STABLE: variable structure_type ex0a {
81 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) a data_member_location(0) ,
82 …* STABLE-NEXT: member base_type [[ULONG:long unsigned int|unsigned long]] byte_size(8) encoding(…
83 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) data_member_location(16)
84 * STABLE-NEXT: } byte_size(24)
94 * STABLE: variable structure_type ex0b {
95 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) a data_member_location(0) ,
96 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) data_member_location(8) ,
97 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) data_member_location(16)
98 * STABLE-NEXT: } byte_size(24)
108 * STABLE: variable structure_type ex0c {
109 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) a data_member_location(0) ,
110 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) data_member_location(8) ,
111 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) data_member_location(16)
112 * STABLE-NEXT: } byte_size(24)
125 * STABLE: variable structure_type ex1a {
126 * STABLE-NEXT: member base_type unsigned int byte_size(4) encoding(7) a data_member_location(0) ,
127 * STABLE-NEXT: member array_type[64] {
128 * STABLE-NEXT: base_type unsigned char byte_size(1) encoding(8)
129 * STABLE-NEXT: } data_member_location(8)
130 * STABLE-NEXT: } byte_size(72)
143 * STABLE: variable structure_type ex1b {
144 * STABLE-NEXT: member base_type unsigned int byte_size(4) encoding(7) a data_member_location(0) ,
145 * STABLE-NEXT: member array_type[64] {
146 * STABLE-NEXT: base_type unsigned char byte_size(1) encoding(8)
147 * STABLE-NEXT: } data_member_location(8)
148 * STABLE-NEXT: } byte_size(72)
157 * STABLE: variable structure_type ex1c {
158 * STABLE-NEXT: member base_type unsigned int byte_size(4) encoding(7) a data_member_location(0) ,
159 * STABLE-NEXT: member array_type[64] {
160 * STABLE-NEXT: base_type unsigned char byte_size(1) encoding(8)
161 * STABLE-NEXT: } data_member_location(8)
162 * STABLE-NEXT: } byte_size(72)
177 * STABLE: variable structure_type ex2a {
178 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) a data_member_location(0) ,
179 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) b data_member_location(8)
180 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) c data_member_location(16) ,
181 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) d data_member_location(24)
182 * STABLE-NEXT: } byte_size(32)
196 * STABLE: variable structure_type ex2b {
197 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) a data_member_location(0) ,
198 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) b data_member_location(8)
199 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) c data_member_location(16) ,
200 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) d data_member_location(24)
201 * STABLE-NEXT: } byte_size(32)
216 * STABLE: variable structure_type ex2c {
217 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) a data_member_location(0) ,
218 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) b data_member_location(8)
219 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) c data_member_location(16) ,
220 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) d data_member_location(24)
221 * STABLE-NEXT: } byte_size(32)
235 * STABLE: variable structure_type ex3a {
236 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) a data_member_location(0)
237 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) unused data_member_location(8)
238 * STABLE-NEXT: } byte_size(16)
249 * STABLE: variable structure_type ex3b {
250 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) a data_member_location(0)
251 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) unused data_member_location(8)
252 * STABLE-NEXT: } byte_size(16)
263 * STABLE: variable structure_type ex3c {
264 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) a data_member_location(0)
265 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) unused data_member_location(8)
266 * STABLE-NEXT: } byte_size(16)
286 * STABLE: variable structure_type ex4a {
287 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) a data_member_location(0)
288 * STABLE-NEXT: } byte_size(8)