Searched refs:fnext (Results 1 – 4 of 4) sorted by relevance
190 const char *fnext = memchr (fptr, 0, (const char *) end - fptr); in handle_file_note() local191 if (fnext == NULL) in handle_file_note()197 fptr = fnext + 1; in handle_file_note()
369 ##=item B<-fnext-runtime> B<-fobjc-nonfragile-abi> B<-fgnu-runtime>
9143 const char *fnext = memchr (fptr, '\0', (char *) end - fptr); in handle_file_note() local9144 if (fnext == NULL) in handle_file_note()9152 fptr = fnext + 1; in handle_file_note()
719 def fnext_runtime : Flag<["-"], "fnext-runtime">, Group<f_Group>;