Home
last modified time | relevance | path

Searched full:needs (Results 1 – 25 of 53) sorted by relevance

123

/picolibc-latest/doc/
Dos.md18 To get stdin/stdout/stderr working, the application needs to define
114 application linking process needs to define two symbols:
131 This means that an application needs to provide an implementation of
136 To get Picolibc to use a system library, that library needs to be
Dusing.md70 needs the `gp` register initialized for quick access to global
71 variables while ARM with hardware floating point needs to have the
Dlinking.md59 memory which needs to be initialized before your application starts.
65 your application. This needs to be in flash, but need not be the
Dtls.md12 library without conflicting over this data, each thread needs a
Dprintf.md26 whichever printf the application needs, avoiding including both
41 function. For that case, the library needs to allow a different
/picolibc-latest/.github/workflows/
Dvariants-cmake1 needs: cache-maker
Dlinux.yml58 needs: cache-maker
113 needs: cache-maker
173 needs: cache-maker
Dvariants1 needs: cache-maker
Dzephyr.yml59 needs: cache-maker
119 needs: cache-maker
/picolibc-latest/hello-world/
DREADME.md59 The application needs to be linked at addresses which correspond to
94 application needs to land there. Picolibc on RISC-V puts _start at the
/picolibc-latest/newlib/libc/posix/
Dftw.c31 * argument more than it needs behaves as expected. This is in ftw()
/picolibc-latest/newlib/libc/machine/rx/
Dmemmove.S54 add r3, r2 ; SRC in r2 but it needs them to point the last bytes of
/picolibc-latest/newlib/libm/common/
Dexp.c51 overflown into the sign bit so that needs to be adjusted before using it as
86 /* The underflow exception needs to be signaled explicitly. */ in specialcase()
Dexp2.c49 overflown into the sign bit so that needs to be adjusted before using it as
84 /* The underflow exception needs to be signaled explicitly. */ in specialcase()
Dpow.c146 overflown into the sign bit so that needs to be adjusted before using it as
188 /* The underflow exception needs to be signaled explicitly. */ in specialcase()
/picolibc-latest/newlib/libc/machine/mips/
Dstrlen.c23 /* MIPS16 needs to come first. */
/picolibc-latest/newlib/doc/
Dchapter-texi2docbook.py7 # all we care about is the content of the refentries, so all this needs to do is
/picolibc-latest/newlib/libc/picolib/machine/arm/
Dtls.c42 /* This needs to be global so that __aeabi_read_tp can
/picolibc-latest/newlib/libc/machine/spu/
Dspu-mcount.S67 /* _mcount needs to be resident since the overlay manager uses the scratch
/picolibc-latest/newlib/libc/include/machine/
Dfenv.h38 * BASICS OF WHAT NEEDS TO BE DEFINED. THE DEFAULT IMPLEMTATION IS
/picolibc-latest/newlib/libc/tinystdio/
Dfdevopen.c40 implementation needs to be provided by the application. If
/picolibc-latest/newlib/libc/search/
Dqsort.c316 * The smaller part needs to be recursively sorted in __bsd_qsort_r()
346 if (n > es) { /* The larger part needs sorting. Iterate to sort. */ in __bsd_qsort_r()
/picolibc-latest/
Dpicolibc.ld.in116 /* data that needs relocating */
122 * Needs to be in its own segment with the PLT entries first
/picolibc-latest/newlib/libc/string/
Dstrncat_s.c91 // perhaps not since overlap check needs to be over entire s1 vs. s2? in strncat_s()
/picolibc-latest/newlib/libc/machine/sh/
Dstrcmp.S66 by re-ordering the exit conditions, but then it needs extra

123