Home
last modified time | relevance | path

Searched refs:include_prefixes (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Delf.h98 add_prefix (&include_prefixes, archdir, \
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c1301 static struct path_prefix include_prefixes = { 0, 0, "include" }; variable
3218 add_prefix (&include_prefixes,
3548 add_prefix (&include_prefixes, "include", NULL,
3556 add_prefix (&include_prefixes, string, NULL,
3565 add_prefix (&include_prefixes, concat (value, "include", NULL),
4637 struct prefix_list *pl = include_prefixes.plist;
H A DChangeLog.012919 (process_command): Set include_prefixes from COMPILER_PATH.
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c1429 static struct path_prefix include_prefixes = { 0, 0, "include" }; variable
3439 add_prefix (&include_prefixes, nstore, 0, in process_command()
3796 add_prefix (&include_prefixes, "./", NULL, in process_command()
3803 add_prefix (&include_prefixes, string, NULL, in process_command()
3812 add_prefix (&include_prefixes, value, NULL, in process_command()
5002 for_each_path (&include_prefixes, false, info.append_len, in do_spec_1()