Home
last modified time | relevance | path

Searched refs:freestanding (Results 1 – 25 of 98) sorted by relevance

1234

/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dstandards.texi51 @cindex freestanding implementation
52 @cindex freestanding environment
138 freestanding implementation} is only required to provide certain
144 required for freestanding implementations.
147 @dfn{freestanding environment}, required of all implementations and
149 freestanding implementations, where the handling of program startup
154 of a program running in a freestanding environment;
159 GCC aims towards being usable as a conforming freestanding
165 freestanding implementation for a freestanding environment, use the
175 freestanding implementations on all platforms.
[all …]
Dimplement-cxx.texi25 system (or other environment when compiling for a freestanding
Dtrouble.texi497 GCC by itself attempts to be a conforming freestanding implementation.
1041 freestanding implementation should define @code{__STDC__} even though it
1043 conforming freestanding implementation, and it is therefore required to
/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_modes.c1478 bool freestanding, in drm_mode_parse_cmdline_extra() argument
1487 if (freestanding) in drm_mode_parse_cmdline_extra()
1493 if (freestanding) in drm_mode_parse_cmdline_extra()
1643 bool freestanding, in drm_mode_parse_cmdline_options() argument
1718 if (rotation && freestanding) in drm_mode_parse_cmdline_options()
1768 bool freestanding = false, parse_extras = false; in drm_mode_parse_command_line_for_connector() local
1848 freestanding = true; in drm_mode_parse_command_line_for_connector()
1885 ret = drm_mode_parse_cmdline_extra(extra_ptr, len, freestanding, in drm_mode_parse_command_line_for_connector()
1893 freestanding, in drm_mode_parse_command_line_for_connector()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
Dmain.c50 int freestanding; variable
120 freestanding = flagval; in fflags()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/
Dmain.c51 int freestanding; variable
122 freestanding = flagval; in fflags()
/netbsd/src/external/gpl2/xcvs/dist/
DHACKING215 CVS is now assuming a freestanding C89 compiler. If you don't have one, you
216 should find an old release of GCC that did not require a freestanding C89
218 if you wish, then build CVS using GCC as your freestanding C89 compiler.
220 A freestanding C89 compiler is guaranteed to support function prototypes,
224 freestanding C89 implementation: <float.h>, <limits.h>, <stdarg.h>, <stddef.h>.
227 a C89 compiler (freestanding compiler). We are not currently assuming that the
238 even on systems where it is installed as a freestanding compiler when the
/netbsd/src/sys/arch/sparc/stand/boot/
DMakefile12 CFLAGS+= -freestanding
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cc/
Dcc.c280 int freestanding; variable
593 freestanding = j ? 0 : 1; in main()
1611 { &freestanding, 1, "-D__STDC_HOSTED__=0" },
1612 { &freestanding, 0, "-D__STDC_HOSTED__=1" },
1857 { &freestanding, 1, "-ffreestanding" },
/netbsd/src/external/mit/expat/dist/
Dexpat_config.h.in97 required in a freestanding environment). This macro is provided for
/netbsd/src/external/bsd/libbind/dist/
Dconfigure9137 <limits.h> exists even on freestanding compilers. */
9285 <limits.h> exists even on freestanding compilers. */
22744 <limits.h> exists even on freestanding compilers. */
23040 <limits.h> exists even on freestanding compilers. */
23236 <limits.h> exists even on freestanding compilers. */
23365 <limits.h> exists even on freestanding compilers. */
23471 <limits.h> exists even on freestanding compilers. */
23559 <limits.h> exists even on freestanding compilers. */
23647 <limits.h> exists even on freestanding compilers. */
23735 <limits.h> exists even on freestanding compilers. */
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
Dcstdlib47 // The C standard does not require a freestanding implementation to
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
Dcstdlib47 // The C standard does not require a freestanding implementation to
/netbsd/src/external/bsd/openpam/dist/
Dconfig.h.in118 required in a freestanding environment). This macro is provided for
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
Dcrossconfig.m49 # This is a freestanding configuration; there is nothing to do here.
DChangeLog4041 (__cpp_lib_hardware_interference_size): Define for freestanding.
4046 freestanding.
4061 <bits/atomic_wait.h> for freestanding.
5327 freestanding.
5330 freestanding.
5347 * include/Makefile.am: Install <coroutine> for freestanding.
5421 nothing for freestanding builds.
5425 freestanding builds.
5427 for freestanding builds.
DChangeLog-20042459 * acinclude.m4: (GLIBCXX_ENABLED_HOSTED): Default to freestanding
2463 when freestanding. Do not bring names into std:: namespace with
2464 "using" when freestanding. Declare required functions and macros
2465 when freestanding.
2467 when freestanding.
2468 * libsupc++/del_op.cc: Declare "free" only when freestanding.
2470 (malloc): Declare when freestanding.
2476 * libsupc++/new_op.cc: Declare "malloc" when freestanding.
2478 freestanding.
2480 freestanding.
[all …]
/netbsd/src/external/bsd/tcpdump/dist/
Dconfig.h.in247 required in a freestanding environment). This macro is provided for
/netbsd/src/external/bsd/libpcap/dist/
Dconfig.h.in332 required in a freestanding environment). This macro is provided for
/netbsd/src/external/bsd/less/dist/
Ddefines.h.in457 required in a freestanding environment). This macro is provided for
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/
DMakefile.am1427 install-data-local: install-freestanding-headers
1438 install-freestanding-headers:
/netbsd/src/external/bsd/file/dist/
Dconfig.h.in330 required in a freestanding environment). This macro is provided for
/netbsd/src/external/gpl2/lvm2/dist/
Dconfigure6455 <limits.h> exists even on freestanding compilers. */
6560 <limits.h> exists even on freestanding compilers. */
6851 <limits.h> exists even on freestanding compilers. */
7260 <limits.h> exists even on freestanding compilers. */
8721 <limits.h> exists even on freestanding compilers. */
8888 <limits.h> exists even on freestanding compilers. */
8982 <limits.h> exists even on freestanding compilers. */
13456 <limits.h> exists even on freestanding compilers. */
14014 <limits.h> exists even on freestanding compilers. */
14607 <limits.h> exists even on freestanding compilers. */
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Dconfig.h.in490 required in a freestanding environment). This macro is provided for
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dc++config832 // This header is not installed for freestanding:

1234