Searched refs:fnext (Results 1 – 4 of 4) sorted by relevance
227 return list(base + fnext for base, fnext in pairs)
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()
12148 const char *fnext = memchr (fptr, '\0', (char *) end - fptr); in handle_file_note() local12149 if (fnext == NULL) in handle_file_note()12157 fptr = fnext + 1; in handle_file_note()
898 def fnext_runtime : Flag<["-"], "fnext-runtime">, Group<f_Group>;