Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c119 static const char *target_system_root = TARGET_SYSTEM_ROOT; variable
121 static const char *target_system_root = 0; variable
2474 if (target_system_root) in add_sysrooted_prefix()
2476 char *sysroot_no_trailing_dir_separator = xstrdup (target_system_root); in add_sysrooted_prefix()
2477 size_t sysroot_len = strlen (target_system_root); in add_sysrooted_prefix()
2480 && target_system_root[sysroot_len - 1] == DIR_SEPARATOR) in add_sysrooted_prefix()
3461 target_system_root = arg; in driver_handle_option()
3975 if (target_system_root && !target_system_root_changed && gcc_exec_prefix) in process_command()
3979 target_system_root); in process_command()
3982 target_system_root = tmp_prefix; in process_command()
[all …]
HDcollect2.c235 static const char *target_system_root = TARGET_SYSTEM_ROOT; variable
237 static const char *target_system_root = ""; variable
1591 target_system_root = arg + 10; in main()
2975 if (target_system_root[0] != '\0') in ignore_library()
2977 length = strlen (target_system_root); in ignore_library()
2978 if (strncmp (name, target_system_root, length) != 0) in ignore_library()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c249 static const char *target_system_root = DEFAULT_TARGET_SYSTEM_ROOT; variable
2874 if (target_system_root) in add_sysrooted_prefix()
2876 char *sysroot_no_trailing_dir_separator = xstrdup (target_system_root); in add_sysrooted_prefix()
2877 size_t sysroot_len = strlen (target_system_root); in add_sysrooted_prefix()
2880 && target_system_root[sysroot_len - 1] == DIR_SEPARATOR) in add_sysrooted_prefix()
4059 target_system_root = arg; in driver_handle_option()
4621 if (target_system_root && !target_system_root_changed && gcc_exec_prefix) in process_command()
4625 target_system_root); in process_command()
4628 target_system_root = tmp_prefix; in process_command()
5631 (target_system_root && target_sysroot_hdrs_suffix)) in do_spec_1()
[all …]
HDcollect2.c245 static const char *target_system_root = TARGET_SYSTEM_ROOT; variable
247 static const char *target_system_root = ""; variable
1481 target_system_root = arg + 10; in main()
2738 if (target_system_root[0] != '\0') in ignore_library()
2740 length = strlen (target_system_root); in ignore_library()
2741 if (strncmp (name, target_system_root, length) != 0) in ignore_library()