Searched refs:fnext (Results 1 – 4 of 4) sorted by relevance
230 return list(base + fnext for base, fnext in pairs)
204 const char *fnext = memchr (fptr, 0, (const char *) end - fptr); in handle_file_note() local205 if (fnext == NULL) in handle_file_note()211 fptr = fnext + 1; in handle_file_note()
12630 const char *fnext = memchr (fptr, '\0', (char *) end - fptr); in handle_file_note() local12631 if (fnext == NULL) in handle_file_note()12639 fptr = fnext + 1; in handle_file_note()
898 def fnext_runtime : Flag<["-"], "fnext-runtime">, Group<f_Group>;