Home
last modified time | relevance | path

Searched refs:Musl (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/
DREADME_zh.md1 # Musl libc
35 ## Musl使用文档
DREADME.OpenSource18 …ating system. We introduce some basic interface files to improve the interface performance of Musl"
27 …ating system. We introduce some basic interface files to improve the interface performance of Musl"
/third_party/rust/crates/libc/ci/docker/mips-unknown-linux-musl/
DDockerfile11 # Musl version: 1.1.24
/third_party/rust/crates/libc/ci/docker/mipsel-unknown-linux-musl/
DDockerfile11 # Musl version: 1.1.24
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h210 Musl, enumerator
679 return getEnvironment() == Triple::Musl || in isMusl()
/third_party/toybox/
DConfig.in180 Musl does this despite the fact that a nommu system can't even run
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp240 case Musl: return "musl"; in getEnvironmentTypeName()
540 .StartsWith("musl", Triple::Musl) in parseEnvironment()