Home
last modified time | relevance | path

Searched full:nolibc (Results 1 – 9 of 9) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dmkinitrd.sh30 #ifndef NOLIBC
64 # build using nolibc on supported archs (smaller executable) and fall
70 # architecture supported by nolibc
72 -nostdlib -include ../../../../include/nolibc/nolibc.h \
/external/liburing/src/
DMakefile38 liburing_srcs += nolibc.c
88 @# so the nolibc objects are always skipped, clean them up!
89 @rm -f nolibc.ol nolibc.os
Dlib.h14 * We don't have nolibc support for this arch. Must use libc!
/external/compiler-rt/lib/sanitizer_common/tests/
DCMakeLists.txt178 add_compiler_rt_test(SanitizerUnitTests "Sanitizer-${arch}-Test-Nolibc"
181 libRTSanitizerCommon.test.nolibc.${arch}.a
184 RTSanitizerCommon.test.nolibc.${arch}
198 add_sanitizer_common_lib("RTSanitizerCommon.test.nolibc.x86_64"
Dsanitizer_nolibc_test.cc26 NolibcTestPath += "-Nolibc"; in TEST()
/external/liburing/.github/workflows/
Dbuild.yml115 - name: Build nolibc
119 ./configure --cc=${{matrix.cc}} --cxx=${{matrix.cxx}} --nolibc; \
122 … echo "Skipping nolibc build, this arch doesn't support building liburing without libc"; \
/external/liburing/
Dconfigure29 --nolibc) liburing_nolibc="yes"
78 --nolibc build liburing without libc
/external/liburing/test/
DMakefile198 # liburing nolibc.
/external/clang/include/clang/Driver/
DOptions.td1774 def nolibc : Flag<["-"], "nolibc">;