Searched refs:note_includes (Results 1 – 2 of 2) sorted by relevance
316 static vec<const char *, va_heap, vl_embed> *note_includes; variable19207 else if (note_includes) in maybe_translate_include()19210 for (unsigned ix = note_includes->length (); !note && ix--;) in maybe_translate_include()19211 if (!strcmp ((*note_includes)[ix], path)) in maybe_translate_include()19613 if (note_includes) in init_modules()19615 for (unsigned ix = 0; ix != note_includes->length (); ix++) in init_modules()19617 const char *hdr = (*note_includes)[ix]; in init_modules()19634 (*note_includes)[ix] = path; in init_modules()20051 vec_safe_push (note_includes, str); in handle_module_option()
4755 (maybe_translate_include): Fix note_includes comparison.4756 (init_modules): Fix note_includes string termination.