/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | memchr_ea.c | 47 void *where; in memchr_ea() local 57 where = memchr (local_s, c, search_size); in memchr_ea() 59 if (where) in memchr_ea() 62 ((size_ea_t) (int) where - (size_ea_t) (int) local_s); in memchr_ea()
|
D | strpbrk_ea.c | 43 size_ea_t where; in strpbrk_ea() local 45 where = strcspn_ea (s, accept); in strpbrk_ea() 46 return (__ea char *) ((size_ea_t) s + where); in strpbrk_ea()
|
/picolibc-3.7.0-3.6.0/test/ |
D | tls.c | 86 check_tls(char *where, bool check_addr, void *tls_region) in check_tls() argument 90 printf("tls check %s %p %p %p %p\n", where, &data_var, in check_tls() 128 where, data_var, (int32_t) DATA_VAL); in check_tls() 133 where, overaligned_data_var, (int32_t) DATA_VAL2); in check_tls() 139 where, bss_var, (int32_t) 0); in check_tls() 144 where, overaligned_bss_var, (int32_t) 0); in check_tls() 149 where, overaligned_non_tls_bss_var, (int32_t) 0); in check_tls() 157 where, data_var, ~((int32_t) DATA_VAL)); in check_tls() 165 where, overaligned_data_var, ~((int32_t) DATA_VAL2)); in check_tls() 173 where, bss_var, ~((int32_t) 0)); in check_tls() [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arm/ |
D | setjmp.S | 150 .macro COND where when 151 i\where \when 154 .macro COND where when
|
/picolibc-3.7.0-3.6.0/cmake/ |
D | TC-thumbv6m.cmake | 10 # where is the target environment located
|
D | TC-thumbv7m.cmake | 10 # where is the target environment located
|
D | TC-clang-thumbv6m.cmake | 10 # where is the target environment located
|
D | TC-clang-thumbv7m.cmake | 10 # where is the target environment located
|
D | TC-microbit.ld | 146 * by placing the data in flash where it will be copied
|
D | TC-arm-none-eabi.ld | 146 * by placing the data in flash where it will be copied
|
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/ |
D | xdr_rec.c | 774 char *where; in fill_input_buf() local 781 where = rstrm->in_base; in fill_input_buf() 783 where += i; in fill_input_buf() 785 if ((len = (*(rstrm->readit)) (rstrm->tcp_handle, where, len)) == -1) in fill_input_buf() 787 rstrm->in_finger = where; in fill_input_buf() 788 where += len; in fill_input_buf() 789 rstrm->in_boundry = where; in fill_input_buf()
|
D | README | 47 where various *_dir= variables are set, and look for your
|
/picolibc-3.7.0-3.6.0/doc/ |
D | ctype.md | 11 compiling files using the API, where each function directly implements
|
D | using.md | 58 * __data_start points to the RAM location where the .data segment 60 * __data_source points to the Flash location where the .data segment 71 * __bss_start points to the RAM location where the .bss segment
|
D | embedsource.md | 3 For projects where deterministic builds, reproduceability and traceability is important, it is poss…
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/crx/ |
D | setjmp.S | 13 # the new terms are clearly indicated on the first page of each file where #
|
/picolibc-3.7.0-3.6.0/hello-world/ |
D | README.md | 60 where the target memories are addressed. The default linker script 64 idea where those memories are placed in the address space. The example 119 (hello-world.c) and where to put the output (hello-world-riscv.elf and
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/cr16/ |
D | setjmp.S | 13 # the new terms are clearly indicated on the first page of each file where #
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/hppa/ |
D | DEFS.h | 58 ; the address of the PROF label (which is where mcount stores the
|
/picolibc-3.7.0-3.6.0/newlib/libc/signal/ |
D | signal.tex | 73 allow your signal handlers to declare a static storage location where
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/lib/ |
D | encoding.deps | 387 # IBM 850 - an updated version of CP 437 where several Latin 1 characters have been 396 # IBM 852 - an updated version of CP 437 where several Latin 2 characters have been added
|
/picolibc-3.7.0-3.6.0/ |
D | README.md | 112 * Changes, where possible, should be made in a way compatible with 289 support where some types have exceptions and others don't. Right 290 now, that's only arm platforms where any soft float implementations 414 where double and long double are 32 or 64 bits, so the math library 580 bugs, including a couple of places where the nano-malloc failed 619 where possible. 967 2. License information, where it could be inferred from the
|
D | picolibc.ld.in | 190 * by placing the data in flash where it will be copied
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | NEWS | 211 * long double math routines added for platforms where LDBL == DBL 368 where m68020 and m68881 are multilib subdirectories
|
D | newlib.hin | 14 /* Define to the address where bug reports for this package should be sent. */
|