Searched full:needs (Results 1 – 25 of 53) sorted by relevance
123
18 To get stdin/stdout/stderr working, the application needs to define114 application linking process needs to define two symbols:131 This means that an application needs to provide an implementation of136 To get Picolibc to use a system library, that library needs to be
70 needs the `gp` register initialized for quick access to global71 variables while ARM with hardware floating point needs to have the
59 memory which needs to be initialized before your application starts.65 your application. This needs to be in flash, but need not be the
12 library without conflicting over this data, each thread needs a
26 whichever printf the application needs, avoiding including both41 function. For that case, the library needs to allow a different
1 needs: cache-maker
58 needs: cache-maker113 needs: cache-maker173 needs: cache-maker
59 needs: cache-maker119 needs: cache-maker
59 The application needs to be linked at addresses which correspond to94 application needs to land there. Picolibc on RISC-V puts _start at the
31 * argument more than it needs behaves as expected. This is in ftw()
54 add r3, r2 ; SRC in r2 but it needs them to point the last bytes of
51 overflown into the sign bit so that needs to be adjusted before using it as86 /* The underflow exception needs to be signaled explicitly. */ in specialcase()
49 overflown into the sign bit so that needs to be adjusted before using it as84 /* The underflow exception needs to be signaled explicitly. */ in specialcase()
146 overflown into the sign bit so that needs to be adjusted before using it as188 /* The underflow exception needs to be signaled explicitly. */ in specialcase()
23 /* MIPS16 needs to come first. */
7 # all we care about is the content of the refentries, so all this needs to do is
42 /* This needs to be global so that __aeabi_read_tp can
67 /* _mcount needs to be resident since the overlay manager uses the scratch
38 * BASICS OF WHAT NEEDS TO BE DEFINED. THE DEFAULT IMPLEMTATION IS
40 implementation needs to be provided by the application. If
316 * 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()
116 /* data that needs relocating */122 * Needs to be in its own segment with the PLT entries first
91 // perhaps not since overlap check needs to be over entire s1 vs. s2? in strncat_s()
66 by re-ordering the exit conditions, but then it needs extra