Home
last modified time | relevance | path

Searched defs:ldflags (Results 1 – 4 of 4) sorted by relevance

/third_party/toybox/kconfig/lxdialog/
Dcheck-lxdialog.sh5 ldflags() function
/third_party/ninja/
Dconfigure.py340 ldflags = ['/DEBUG', '/libpath:$builddir'] variable
370 ldflags = ['-L$builddir'] variable
/third_party/gn/build/
Dgen.py262 args_list, cflags=[], ldflags=[], argument
/third_party/gn/src/gn/
Dvisual_studio_writer.cc170 void ParseLinkerOptions(const std::vector<std::string>& ldflags, in ParseLinkerOptions()