Home
last modified time | relevance | path

Searched defs:fix_desc (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixlib.h168 struct fix_desc struct
170 tCC* fix_name; /* Name of the fix */
171 tCC* file_list; /* List of files it applies to */
172 tCC** papz_machs; /* List of machine/os-es it applies to */
173 int test_ct;
174 int fd_flags;
175 tTestDesc* p_test_desc;
176 tCC** patch_args;
177 long unused;
/openbsd-src/gnu/gcc/fixincludes/
H A Dfixlib.h194 struct fix_desc struct
196 tCC* fix_name; /* Name of the fix */
197 tCC* file_list; /* List of files it applies to */
198 tCC** papz_machs; /* List of machine/os-es it applies to */
199 int test_ct;
200 int fd_flags;
201 tTestDesc* p_test_desc;
202 tCC** patch_args;
203 long unused;