Searched defs:Linux (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/doc/
H A Dip-tunnels.tex5 \Large\bf Tunnels over IP in Linux-2.2
81 A: Linux-2.2 has single module \verb|ipip| for both directions of tunneling
142 Standard Linux-2.2 kernel supports three flavor of tunnels,
344 \section{Linux and Cisco IOS tunnels.}
347 Essentially, Cisco setup is subset of options, available for Linux.
431 Tunnels are devices, hence all the power of Linux traffic control
/external/clang/lib/Driver/
H A DToolChains.h650 class LLVM_LIBRARY_VISIBILITY Linux : public Generic_ELF { class in namespace:clang::driver::toolchains
652 Linux(const Driver &D, const llvm::Triple &Triple,
684 class LLVM_LIBRARY_VISIBILITY Hexagon_TC : public Linux {
H A DToolChains.cpp1133 Generic_GCC::GCCVersion Linux::GCCVersion::Parse(StringRef VersionText) {
1948 TargetTriple.getOS() == llvm::Triple::Linux &&
2136 // Linux.
2220 (getTriple().getOS() == llvm::Triple::Linux &&
2302 : Linux(D, Triple, Args) {
2326 // Remove paths added by Linux toolchain. Currently Hexagon_TC really targets
2327 // 'elf' OS type, so the Linux paths are not appropriate. When we actually
2898 if (Data.startswith("Red Hat Enterprise Linux") ||
3064 Linux::Linux(cons function in class:Linux
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h106 Linux, enumerator in enum:llvm::Triple::OSType
390 /// \brief Tests whether the OS is Linux.
392 return getOS() == Triple::Linux;

Completed in 744 milliseconds