/picolibc-latest/.github/ |
D | CODEOWNERS | 1 # Automatically request review on all PRs
|
/picolibc-latest/newlib/ |
D | HOWTO | 60 but not all header files are represented by directories (e.g. wcsftime.c is 123 run at any particular point. Simply invoke `autoreconf` and it will do it all. 134 * aclocal.m4: Generated by aclocal; do not edit. Copies all the various m4 136 allows regenerating configure without needing all the same system packages. 142 At some point, it should all be merged into configure.ac directly. 143 * configure.ac: The main configure script for supporting all Newlib options. 171 declares all the Newlib-specific configure settings and will be installed as 172 part of the standard set of headers. Critically, all symbols are namespaced 179 all of Newlib using non-recursive make (i.e., there are no subdirectories with 182 in their subdirectories. This means all variables and targets exist in a [all …]
|
/picolibc-latest/doc/ |
D | releasing.md | 6 1. Make sure the current code builds on all supported architectures: 20 * RISC-V, all targets (qemu) 21 * ARM 32-bit, almost all targets (qemu) 34 * Builds and runs glibc test suite against all four builds
|
D | embedsource.md | 29 First of all, when using picolibc as an embedded source, you should not specify -specs=picolibc.spe… 52 …ndled library is to use the `-nostdinc` option. However, this also removes all the include directo…
|
D | testing.md | 6 so all you need is the right compile options. They're mostly the same
|
D | os.md | 21 FILE objects may not. A single FILE object may be used for all three 22 pointers, and linker aliases may be used to make all three pointers be 120 symbols to enclose all RAM which is not otherwise used by the 152 all of the above functions along with a couple more POSIX APIs used by
|
D | tls.md | 14 global structure holding all thread-specific values and then defining 35 Local-exec defines a single block of storage for all TLS
|
D | locking.md | 5 all of these functions that do not actually perform any locking, so 47 stubs for all of these functions that do not perform locking, so a
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strlen_ca.S | 98 subi 1,0,g3 # mask initially all ones 102 notor g5,g3,g7 # set unneeded bytes to all ones 106 notor g5,g3,g7 # set unneeded bytes to all ones
|
D | memchr_ca.S | 108 subi 1,0,g5 # mask initially all ones 114 notor g4,g5,g4 # set unneeded bytes to all ones
|
D | strchr_ca.S | 106 subi 1,0,g5 # mask initially all ones 112 notor g4,g5,g4 # set unneeded bytes to all ones
|
/picolibc-latest/.github/workflows/ |
D | Makefile | 12 all: linux.yml zephyr.yml target
|
/picolibc-latest/hello-world/ |
D | Makefile | 53 all: \ target 58 all-cpp: \
|
/picolibc-latest/ |
D | COPYING.GPL2 | 14 software--to make sure the software is free for all its users. This 34 gratis or for a fee, you must give the recipients all the rights that 54 patent must be licensed for everyone's free use or not licensed at all. 82 copyright notice and disclaimer of warranty; keep intact all the 93 above, provided that you also meet all of these conditions: 100 part thereof, to be licensed as a whole at no charge to all third 157 code means all the source code for all modules it contains, plus any 186 all its terms and conditions for copying, distributing or modifying 204 may not distribute the Program at all. For example, if a patent 206 all those who receive copies directly or indirectly through you, then [all …]
|
D | find-copyright | 198 all = None 199 for all in re.finditer(r'all rights reserved\.?', copyright, re.I | re.S): 200 if all.start() >= lastcopy.end(): 204 all = re.search(r'all rights reserved\.?', copyright, re.I | re.S) 212 split = pick_split(split, all, True)
|
D | CONTRIBUTING.md | 3 We welcome contributions of all forms, including patches to code and 42 reformat all of the existing code. Here are suggestions on how to
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | setjmp.S | 124 # restore all the non-volatile registers
|
/picolibc-latest/picocrt/machine/x86/ |
D | crt0-32.S | 58 mov %eax, %es # propagate to all data segments
|
D | crt0-64.S | 74 mov %eax, %es # propagate to all data segments
|
/picolibc-latest/doc/printf-sample/ |
D | Makefile | 60 all: $(LOG) target
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | setjmp.S | 42 mov.l r0, [r1] ; save all the general registers
|
/picolibc-latest/newlib/libc/machine/crx/ |
D | setjmp.S | 10 # that existing copyright notices are retained in all copies and that this #
|
/picolibc-latest/newlib/libc/ssp/ |
D | ssp.tex | 16 @code{-fstack-protector-all}, @code{-fstack-protector-explicit}, or
|
/picolibc-latest/newlib/libc/reent/ |
D | reent.tex | 7 #duplicated in all such forms and that any documentation, 66 structure as the extra argument for all library functions.
|
/picolibc-latest/newlib/libc/stdio64/ |
D | stdio64.tex | 7 #duplicated in all such forms and that any documentation,
|