Searched refs:cpp (Results 1 – 5 of 5) sorted by relevance
40 CXXFLAGS_RISCV=$(CFLAGS) -march=rv32imac -mabi=ilp32 -Triscv-cpp.ld45 CXXFLAGS_ARM=$(CFLAGS) -mcpu=cortex-m3 -Tarm-cpp.ld50 CXXFLAGS_AARCH64=$(CFLAGS) -Taarch64-cpp.ld58 all-cpp: \83 hello-worldpp-native.elf: hello-worldpp.cpp86 hello-worldpp-arm.elf: hello-worldpp.cpp89 hello-worldpp-aarch64.elf: hello-worldpp.cpp92 hello-worldpp-riscv.elf: hello-worldpp.cpp
2 %rename cpp picolibc_cpp6 *cpp:
727 hello-world/hello-worldpp.cpp
642 char ** cpp, in xdr_bytes() argument646 char *sp = *cpp; /* sp is the actual string pointer */ in xdr_bytes()668 *cpp = sp = mem_alloc (nodesize); in xdr_bytes()684 *cpp = NULL; in xdr_bytes()766 char ** cpp, in xdr_string() argument769 char *sp = *cpp; /* sp is the actual string pointer */ in xdr_string()816 *cpp = sp = mem_alloc (nodesize); in xdr_string()831 *cpp = NULL; in xdr_string()843 char ** cpp) in xdr_wrapstring() argument845 return xdr_string (xdrs, cpp, LASTUNSIGNED); in xdr_wrapstring()
27385 * libc/include/machine/types.h: allow __*_TYPE__ from cpp to27568 * config/*.mt: define CROSS_CPP based on CROSS_CC, not /lib/cpp.