Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 33) sorted by relevance

12

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c88 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 …]
Dstack_reg_va.S81 #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/
Dhcreate_r.c66 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/
Dpicolibc.specs.in1 %rename link picolibc_link
15 *link:
Dmeson_options.txt173 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')
Dpicolibc.h.in460 /* Compute static memory area sizes at runtime instead of link time */
DREADME.md126 * [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
Dpicolibc.ld.in40 * some phony values here to make things link for testing
/picolibc-latest/newlib/libc/include/
D_syslist.h49 #define _link link
/picolibc-latest/newlib/libc/machine/d30v/
Dsetjmp.S68 jmp link
121 jmp link || add/tx r2, r2, 1
/picolibc-latest/newlib/libc/
Dsys.tex15 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/
Dpcc_prefix.s310 sl: .equ r29 ; static link
326 ; sr0 ; return link form BLE
/picolibc-latest/newlib/libc/include/sys/
Dunistd.h206 int link (const char *__path1, const char *__path2);
306 int link (const char *__path1, const char *__path2);
Dqueue.h164 #define QMD_SAVELINK(name, link) void **name = (void *)&(link) argument
166 #define QMD_SAVELINK(name, link) argument
/picolibc-latest/doc/
Dembedsource.md37 In order to avoid linker conflicts with any compiler bundled c-library, use the following link flag…
Dprintf.md12 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
Dbuild.md45 | 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 …
Dos.md156 application using `--oslib=semihost` in your link command line.
Dlinking.md30 link applications, providing that your linking requirements are fairly
/picolibc-latest/zephyr/
Dzephyr.cmake106 # Tell Zephyr about the module built picolibc library to link against.
/picolibc-latest/cmake/
DTC-arm-none-eabi.ld45 * some phony values here to make things link for testing
DTC-microbit.ld45 * some phony values here to make things link for testing
/picolibc-latest/newlib/libc/machine/arc64/
Dstrlen.S271 ; explained in depth in the link above but in short, it works by first
Dmemchr.S344 ; the link above but in short, it works by first setting the highest bit of each
/picolibc-latest/newlib/
DHOWTO163 link executables. As a result, Newlib itself cannot perform any link tests.

12