Searched refs:fnext (Results 1 – 3 of 3) sorted by relevance
193 const char *fnext = memchr (fptr, 0, (const char *) end - fptr); in handle_file_note() local194 if (fnext == NULL) in handle_file_note()200 fptr = fnext + 1; in handle_file_note()
9290 const char *fnext = memchr (fptr, '\0', (char *) end - fptr); in handle_file_note() local9291 if (fnext == NULL) in handle_file_note()9299 fptr = fnext + 1; in handle_file_note()
793 def fnext_runtime : Flag<["-"], "fnext-runtime">, Group<f_Group>;