Searched refs:target_system_root (Results 1 – 4 of 4) sorted by relevance
119 static const char *target_system_root = TARGET_SYSTEM_ROOT; variable121 static const char *target_system_root = 0; variable2474 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 …]
235 static const char *target_system_root = TARGET_SYSTEM_ROOT; variable237 static const char *target_system_root = ""; variable1591 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()
249 static const char *target_system_root = DEFAULT_TARGET_SYSTEM_ROOT; variable2874 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 …]
245 static const char *target_system_root = TARGET_SYSTEM_ROOT; variable247 static const char *target_system_root = ""; variable1481 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()