Home
last modified time | relevance | path

Searched refs:cpp (Results 1 – 5 of 5) sorted by relevance

/picolibc-3.7.0-3.6.0/hello-world/
DMakefile40 CXXFLAGS_RISCV=$(CFLAGS) -march=rv32imac -mabi=ilp32 -Triscv-cpp.ld
45 CXXFLAGS_ARM=$(CFLAGS) -mcpu=cortex-m3 -Tarm-cpp.ld
50 CXXFLAGS_AARCH64=$(CFLAGS) -Taarch64-cpp.ld
58 all-cpp: \
83 hello-worldpp-native.elf: hello-worldpp.cpp
86 hello-worldpp-arm.elf: hello-worldpp.cpp
89 hello-worldpp-aarch64.elf: hello-worldpp.cpp
92 hello-worldpp-riscv.elf: hello-worldpp.cpp
/picolibc-3.7.0-3.6.0/
Dpicolibc.specs.in2 %rename cpp picolibc_cpp
6 *cpp:
DCOPYING.picolibc727 hello-world/hello-worldpp.cpp
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
Dxdr.c642 char ** cpp, in xdr_bytes() argument
646 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() argument
769 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() argument
845 return xdr_string (xdrs, cpp, LASTUNSIGNED); in xdr_wrapstring()
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201527385 * libc/include/machine/types.h: allow __*_TYPE__ from cpp to
27568 * config/*.mt: define CROSS_CPP based on CROSS_CC, not /lib/cpp.