Searched refs:link (Results 1 – 25 of 33) sorted by relevance
12
/picolibc-latest/newlib/libc/machine/spu/ |
D | spu-gmon.c | 88 unsigned short link; member 209 toindex = tos[toindex].link) in write_callgraph() 362 toindex = ++tos[0].link; in __mcount_internal() 366 --tos[0].link; in __mcount_internal() 375 top->link = 0; in __mcount_internal() 394 if (top->link == 0) in __mcount_internal() 398 toindex = ++tos[0].link; in __mcount_internal() 402 --tos[0].link; in __mcount_internal() 409 top->link = *frompcindex; in __mcount_internal() 419 top = &tos[top->link]; in __mcount_internal() [all …]
|
D | stack_reg_va.S | 81 #define link $70 macro 116 bisl link, code_ptr /* branch to the constructed stack code */ 169 bi link /* finish to make va_list */
|
/picolibc-latest/newlib/libc/search/ |
D | hcreate_r.c | 66 SLIST_ENTRY(internal_entry) link; 142 SLIST_REMOVE_HEAD(&(htab->htable[idx]), link); in hdestroy_r() 168 ie = SLIST_NEXT(ie, link); in hsearch_r() 191 SLIST_INSERT_HEAD(head, ie, link); in hsearch_r()
|
/picolibc-latest/ |
D | picolibc.specs.in | 1 %rename link picolibc_link 15 *link:
|
D | meson_options.txt | 173 description: 'Allow link-time printf aliases') 255 description: 'create fake semihost library to link tests') 273 description: 'Allow locking routines to be retargeted at link time')
|
D | picolibc.h.in | 460 /* Compute static memory area sizes at runtime instead of link time */
|
D | README.md | 126 * [Using Picolibc](doc/using.md). Shows how to compile and link 381 link in under 1MB. This requires a patch adding primitive 627 11. Add -no-warn-rwx-segments to link spec (binutils 2.38 compat) 810 '-lm' to link successfully. Having them merged allows use of libm 984 preprocessor, picolibc now re-defines the symbols at link 986 modes link in multiple versions of the underlying functions, while
|
D | picolibc.ld.in | 40 * some phony values here to make things link for testing
|
/picolibc-latest/newlib/libc/include/ |
D | _syslist.h | 49 #define _link link
|
/picolibc-latest/newlib/libc/machine/d30v/ |
D | setjmp.S | 68 jmp link 121 jmp link || add/tx r2, r2, 1
|
/picolibc-latest/newlib/libc/ |
D | sys.tex | 15 programs to link with the subroutines in @code{libc.a}. 30 required to allow @code{libc} to link, and fail gracefully where OS 161 @item link 168 int link(char *old, char *new) @{ 319 * Function _link_r:: Reentrant version of link
|
/picolibc-latest/newlib/libc/machine/hppa/ |
D | pcc_prefix.s | 310 sl: .equ r29 ; static link 326 ; sr0 ; return link form BLE
|
/picolibc-latest/newlib/libc/include/sys/ |
D | unistd.h | 206 int link (const char *__path1, const char *__path2); 306 int link (const char *__path1, const char *__path2);
|
D | queue.h | 164 #define QMD_SAVELINK(name, link) void **name = (void *)&(link) argument 166 #define QMD_SAVELINK(name, link) argument
|
/picolibc-latest/doc/ |
D | embedsource.md | 37 In order to avoid linker conflicts with any compiler bundled c-library, use the following link flag…
|
D | printf.md | 12 link time based on knowledge of the requirements of the 33 those functions will always get included in the link process. To avoid 39 However, the defsym approach does not work with link-time
|
D | build.md | 45 | fake-semihost | false | Create a fake semihost library to allow tests to link … 89 | printf-aliases | true | Support link-time printf aliases to set the default print… 197 | newlib-retargetable-locking | true | Allow locking routines to be retargeted at link time …
|
D | os.md | 156 application using `--oslib=semihost` in your link command line.
|
D | linking.md | 30 link applications, providing that your linking requirements are fairly
|
/picolibc-latest/zephyr/ |
D | zephyr.cmake | 106 # Tell Zephyr about the module built picolibc library to link against.
|
/picolibc-latest/cmake/ |
D | TC-arm-none-eabi.ld | 45 * some phony values here to make things link for testing
|
D | TC-microbit.ld | 45 * some phony values here to make things link for testing
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | strlen.S | 271 ; explained in depth in the link above but in short, it works by first
|
D | memchr.S | 344 ; the link above but in short, it works by first setting the highest bit of each
|
/picolibc-latest/newlib/ |
D | HOWTO | 163 link executables. As a result, Newlib itself cannot perform any link tests.
|
12