Searched refs:link_flags (Results 1 – 7 of 7) sorted by relevance
/external/libcxx/test/libcxx/ndk/test/ |
D | config.py | 27 self.link_flags.append('-nodefaultlibs') 30 self.link_flags.append('-L' + self.cxx_library_root) 35 self.link_flags.append('-L' + libdir) 37 self.link_flags.append('-lc++_ndk') 38 self.link_flags.append('-lc_ndk') 39 self.link_flags.append('-lc') 48 ['-o', '%OUT%', '%SOURCE%'] + self.compile_flags + self.link_flags)
|
/external/libcxx/utils/libcxx/test/ |
D | config.py | 156 self.lit_config.note('Using link flags: %s' % self.cxx.link_flags) 242 link_flags = _prefixed_env_list('LIB', '-L') 247 link_flags=link_flags) 638 self.cxx.link_flags += ['-nodefaultlibs'] 641 self.cxx.link_flags += ['-nostdlib'] 650 self.cxx.link_flags += ['-lstdc++fs'] 651 self.cxx.link_flags += ['-lm', '-pthread'] 656 self.cxx.link_flags += ['-pthread'] 663 self.cxx.link_flags += shlex.split(link_flags_str) 668 self.cxx.link_flags += ['-L' + self.cxx_library_root] [all …]
|
/external/libcxx/utils/libcxx/ |
D | compiler.py | 21 def __init__(self, path, flags=None, compile_flags=None, link_flags=None, argument 30 self.link_flags = list(link_flags or []) 133 cmd += self.link_flags
|
/external/libcxxabi/test/native/arm-linux-eabi/ |
D | ttype-encoding-90.pass.sh.s | 1 @ RUN: %cxx %flags %link_flags %s -o %t.exe
|
D | ttype-encoding-00.pass.sh.s | 1 @ RUN: %cxx %flags %link_flags %s -o %t.exe
|
/external/libcxx/docs/ |
D | TestingLibcxx.rst | 71 $ lit -sv --param=link_flags='-L/custom/library/path' 163 option is used only flags specified using the compile_flags and link_flags 171 .. option:: link_flags="<list-of-args>"
|
/external/libnl/lib/route/ |
D | link.c | 2513 static const struct trans_tbl link_flags[] = { variable 2537 return __flags2str(flags, buf, len, link_flags, in rtnl_link_flags2str() 2538 ARRAY_SIZE(link_flags)); in rtnl_link_flags2str() 2543 return __str2flags(name, link_flags, ARRAY_SIZE(link_flags)); in rtnl_link_str2flags()
|