/picolibc-latest/test/ |
D | stack-smash.c | 57 static void __attribute__((noinline)) smash_array(char *source, char *dest) in smash_array() argument 61 my_strcpy(local, source); in smash_array() 84 char source[64]; in main() local 87 memset(source, 'x', 15); in main() 88 source[15] = '\0'; in main() 90 smash_array(source, dest); in main() 92 printf("short source %s dest %s\n", source, dest); in main() 94 memset(source, 'x', 63); in main() 95 source[63] = '\0'; in main() 97 smash_array(source, dest); in main()
|
/picolibc-latest/newlib/libc/machine/arm/ |
D | memmove.c | 42 void *__aeabi_memmove4 (void *__restrict dest, const void *source, size_t n) 45 void *__aeabi_memmove8 (void *dest, const void *source, size_t n) 48 void *__aeabi_memmove (void *dest, const void *source, size_t n)
|
D | memcpy.c | 50 void *__aeabi_memcpy4 (void *__restrict dest, const void * __restrict source, size_t n) 53 void *__aeabi_memcpy8 (void * __restrict dest, const void * __restrict source, size_t n) 56 void *__aeabi_memcpy (void * __restrict dest, const void * __restrict source, size_t n)
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strcpy.S | 156 ld (g1), g2 # fetch first word of source 160 addo 4, g1, g1 # post-increment source ptr 161 scanbyte 0, g2 # does source word contain null byte? 162 mov g2, g4 # save a copy of the source word 164 ld (g1), g2 # pre-fetch next word of source
|
D | strncpy.S | 103 ld (g1), g7 # fetch the first word of the source 109 addo 4, g1, g1 # post-increment source ptr 111 mov g7, g4 # keep a copy of source word 114 ld (g1), g7 # pre-fetch next word of the source
|
D | strncat.S | 113 ld (g1), g7 # fetch first word of source string 116 addo 4, g1, g1 # post-increment source ptr 119 mov g7, g4 # keep a copy of the source word 121 ld (g1), g7 # pre-fetch next word of source
|
D | memcpy.S | 118 ld (g1), g7 # fetch first word of source 123 ld (g1), g7 # fetch ahead next word of source 151 ld (g3), g7 # fetch ahead next word of source
|
D | memccpy.S | 100 ld (g1), g7 # fetch first word of source 110 ld (g1), g7 # fetch ahead next word of source
|
/picolibc-latest/cmake/ |
D | picolibc.cmake | 6 # Redistribution and use in source and binary forms, with or without 10 # 1. Redistributions of source code must retain the above copyright 45 foreach(source IN LISTS ARGN) 47 get_filename_component(source_base "${source}" NAME_WLE) 51 list(REMOVE_ITEM sources "${source}") 62 foreach(source ${sources}) 63 set_property(SOURCE ${source}
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | strcat.S | 31 mov r2, r5 ; Save a copy of the source pointer. 39 mov r5, r2 ; Restore the source pointer. 40 smovu ; Copy source to destination
|
D | strncat.S | 27 3: mov.b [r2+], r5 ; Copy bytes from the source into the destination ... 37 mov r2, r5 ; Save a copy of the source pointer. 46 mov r5, r2 ; Restore the source pointer. 48 smovu ; Copy source to destination.
|
/picolibc-latest/doc/ |
D | embedsource.md | 1 # Using picolibc as an embedded source 3 …source directory of the main project. The benefit is that git submodules and meson subprojects wor… 16 Your source directory could now look something like this: 29 First of all, when using picolibc as an embedded source, you should not specify -specs=picolibc.spe…
|
/picolibc-latest/ |
D | COPYING.NEWLIB | 3 Each file may have its own copyright/license that is embedded in the source 4 file. Unless otherwise noted in the body of the source file(s), the following copyright 18 incorporated in the source code or documentation are not subject to 27 Redistribution and use in source and binary forms, with or without modification, 30 * Redistributions of source code must retain the above copyright notice, 179 Redistribution and use in source and binary forms, with or without 182 1. Redistributions of source code must retain the above copyright 231 Redistribution and use in source and binary forms, with or without 235 1. Redistributions of source code must retain the above copyright 263 Redistribution and use in source and binary forms, with or without [all …]
|
/picolibc-latest/newlib/libm/machine/ |
D | CMakeLists.txt | 6 # Redistribution and use in source and binary forms, with or without 10 # 1. Redistributions of source code must retain the above copyright
|
/picolibc-latest/newlib/libm/fenv/ |
D | CMakeLists.txt | 6 # Redistribution and use in source and binary forms, with or without 10 # 1. Redistributions of source code must retain the above copyright
|
/picolibc-latest/newlib/libm/machine/powerpc/ |
D | CMakeLists.txt | 6 # Redistribution and use in source and binary forms, with or without 10 # 1. Redistributions of source code must retain the above copyright
|
/picolibc-latest/semihost/machine/aarch64/ |
D | meson.build | 6 # Redistribution and use in source and binary forms, with or without 10 # 1. Redistributions of source code must retain the above copyright
|
/picolibc-latest/semihost/machine/arm/ |
D | CMakeLists.txt | 6 # Redistribution and use in source and binary forms, with or without 10 # 1. Redistributions of source code must retain the above copyright
|
D | meson.build | 6 # Redistribution and use in source and binary forms, with or without 10 # 1. Redistributions of source code must retain the above copyright
|
/picolibc-latest/picocrt/machine/aarch64/ |
D | meson.build | 6 # Redistribution and use in source and binary forms, with or without 10 # 1. Redistributions of source code must retain the above copyright
|
/picolibc-latest/picocrt/machine/arc/ |
D | meson.build | 6 # Redistribution and use in source and binary forms, with or without 10 # 1. Redistributions of source code must retain the above copyright
|
/picolibc-latest/picocrt/machine/arc64/ |
D | meson.build | 6 # Redistribution and use in source and binary forms, with or without 10 # 1. Redistributions of source code must retain the above copyright
|
/picolibc-latest/picocrt/machine/arm/ |
D | meson.build | 6 # Redistribution and use in source and binary forms, with or without 10 # 1. Redistributions of source code must retain the above copyright
|
/picolibc-latest/picocrt/machine/m68k/ |
D | meson.build | 6 # Redistribution and use in source and binary forms, with or without 10 # 1. Redistributions of source code must retain the above copyright
|
/picolibc-latest/picocrt/machine/mips/ |
D | meson.build | 6 # Redistribution and use in source and binary forms, with or without 10 # 1. Redistributions of source code must retain the above copyright
|