HomeSort by: relevance | last modified time | path
    Searched refs:dir_separator_str (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
elf.h 92 dir_separator_str, NULL); \
94 tooldir = concat (standard_exec_prefix, spec_machine, dir_separator_str, \
95 spec_version, dir_separator_str, tooldir, NULL); \
96 archdir = concat (tooldir, "arch", dir_separator_str, NULL); \
98 concat (archdir, "lib", dir_separator_str, NULL), \
  /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
elf.h 93 dir_separator_str, NULL); \
95 tooldir = concat (standard_exec_prefix, spec_machine, dir_separator_str, \
96 spec_version, dir_separator_str, tooldir, NULL); \
97 archdir = concat (tooldir, "arch", dir_separator_str, NULL); \
99 concat (archdir, "lib", dir_separator_str, NULL), \
  /src/external/gpl3/gcc/dist/gcc/config/avr/
driver-avr.cc 32 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable
105 return concat ("%{!nodevicespecs:-specs=device-specs", dir_separator_str,
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
driver-avr.cc 32 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable
105 return concat ("%{!nodevicespecs:-specs=device-specs", dir_separator_str,
  /src/external/gpl3/gcc.old/dist/gcc/
gcc-ar.cc 173 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; local
174 arg = concat (arg, dir_separator_str, NULL);
incpath.cc 51 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable
156 str = reconcat (str, str, dir_separator_str,
165 str = reconcat (str, str, dir_separator_str,
224 str = reconcat (str, str, dir_separator_str, imultilib, NULL);
232 str = reconcat (str, str, dir_separator_str, imultiarch, NULL);
gcc.cc 200 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 };
2802 multi_dir = concat (multilib_dir, dir_separator_str, NULL);
2807 multi_os_dir = concat (multilib_os_dir, dir_separator_str, NULL);
2809 multiarch_suffix = concat (multiarch_dir, dir_separator_str, NULL);
4844 strcpy (nstore, concat (".", dir_separator_str, NULL));
4878 strcpy (nstore, concat (".", dir_separator_str, NULL));
4911 strcpy (nstore, concat (".", dir_separator_str, NULL));
5437 dir_separator_str, NULL);
5443 spec_host_machine, dir_separator_str, spec_version,
5444 accel_dir_suffix, dir_separator_str, tooldir_prefix2, NULL)
198 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-c.cc 417 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; local
433 path = concat (sysroot, dir->name, dir_separator_str, *lib, NULL);
435 path = concat (dir->name, dir_separator_str, *lib, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-c.cc 417 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; local
433 path = concat (sysroot, dir->name, dir_separator_str, *lib, NULL);
435 path = concat (dir->name, dir_separator_str, *lib, NULL);
  /src/external/gpl3/gcc/dist/gcc/
incpath.cc 51 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable
156 str = reconcat (str, str, dir_separator_str,
165 str = reconcat (str, str, dir_separator_str,
224 str = reconcat (str, str, dir_separator_str, imultilib, NULL);
232 str = reconcat (str, str, dir_separator_str, imultiarch, NULL);
gcc-ar.cc 180 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; local
181 arg = concat (arg, dir_separator_str, NULL);
gcc.cc 205 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 };
2807 multi_dir = concat (multilib_dir, dir_separator_str, NULL);
2812 multi_os_dir = concat (multilib_os_dir, dir_separator_str, NULL);
2814 multiarch_suffix = concat (multiarch_dir, dir_separator_str, NULL);
4901 strcpy (nstore, concat (".", dir_separator_str, NULL));
4935 strcpy (nstore, concat (".", dir_separator_str, NULL));
4968 strcpy (nstore, concat (".", dir_separator_str, NULL));
5523 dir_separator_str, NULL);
5529 spec_host_machine, dir_separator_str, spec_version,
5530 accel_dir_suffix, dir_separator_str, tooldir_prefix2, NULL)
203 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable
    [all...]

Completed in 40 milliseconds