Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/nolibc/
DMakefile2 # Makefile for nolibc tests
5 # we're in ".../tools/testing/selftests/nolibc"
56 # it defaults to this nolibc directory.
69 @echo "Supported targets under selftests/nolibc:"
72 @echo " sysroot create the nolibc sysroot here (uses \$$ARCH)"
73 @echo " nolibc-test build the executable (uses \$$CC and \$$CROSS_COMPILE)"
74 @echo " initramfs prepare the initramfs with nolibc-test"
99 $(Q)$(MAKE) -C ../../../include/nolibc ARCH=$(ARCH) OUTPUT=$(CURDIR)/sysroot/ headers_standalone
102 nolibc-test: nolibc-test.c sysroot/$(ARCH)/include
106 initramfs: nolibc-test
[all …]
Dnolibc-test.c10 * $(CC) -nostdlib -include /path/to/nolibc.h => NOLIBC already defined
11 * $(CC) -nostdlib -I/path/to/nolibc/sysroot => _NOLIBC_* guards are present
12 * $(CC) with default libc => NOLIBC* never defined
14 #ifndef NOLIBC
41 /* will be used by nolibc by getenv() */
469 #ifdef NOLIBC in run_syscall()
500 #ifdef NOLIBC in run_syscall()
D.gitignore2 /nolibc-test
/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/linux-kselftest/tools/testing/selftests/arm64/abi/
DMakefile10 # Build with nolibc since TPIDR2 is intended to be actively managed by
14 -static -include ../../../../include/nolibc/nolibc.h \
Dtpidr2.c161 * it here rather than adding it to nolibc, plus the raw API is a
271 * This test is run with nolibc which doesn't support hwcap and in main()
/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/linux-kselftest/tools/testing/selftests/arm64/fp/
DMakefile22 # Build with nolibc to avoid effects due to libc's clone() support
39 -include ../../../../include/nolibc/nolibc.h \
Dza-fork.c133 * This test is run with nolibc which doesn't support hwcap and in main()
/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">;