Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 145) sorted by relevance

123456

/picolibc-latest/doc/
Dinit.md10 This function performs application initialization by calling:
13 2) _init function
16 ### _init function
18 Your program may declare an optional initialization function called
19 `_init`. If such a function is included in the binary it will be
28 2) _fini function
30 ### _fini function
32 Your program may declare an optional finalization function called
33 `_fini`. If such a function is included in the binary it will be
36 ## Automatically generated arrays of function pointers
[all …]
Dos.md23 stored in the same location. The FILE object contains function
29 (void) file; /* Not used in this function
38 (void) file; /* Not used in this function */
43 It also contains a pointer to an optional `flush` function, which, if
45 when the `fflush()` function is called:
50 /* This function doesn't need to do anything */
51 (void) file; /* Not used in this function */
64 function. The final paramter, which specifies the operations
98 implement the `_exit` function:
113 memory from a pre-defined contiguous heap. To use this function, your
/picolibc-latest/newlib/libc/machine/m68k/
Dsetjmp.S22 .type SYM (setjmp), @function
24 .type SYM (longjmp), @function
49 .type SYM (setjmp_68881), @function
51 .type SYM (longjmp_68881), @function
/picolibc-latest/newlib/libc/machine/pru/
Dsetjmp.s29 .type setjmp,@function
31 .type longjmp,@function
/picolibc-latest/cmake/
Dpicolibc.cmake37 function(picolibc_sources_flags flags)
71 function(picolibc_sources)
75 function(picolibc_sources_fake)
81 function(picolibc_headers subdir)
106 function(_picolibc_supported_compile_options var)
130 -Werror=implicit-function-declaration
134 function(picolibc_supported_compile_options)
139 function(picolibc_flag flag)
/picolibc-latest/newlib/libc/machine/lm32/
Dsetjmp.S33 .type setjmp,@function
35 .type longjmp,@function
70 .type longjmp,@function
/picolibc-latest/newlib/libc/picolib/machine/sparc/
Dinterrupt.S113 .type _sparc_reset_isr, #function
121 .type _sparc_halt_isr, #function
129 .type _sparc_window_overflow_isr, #function
160 .type _sparc_window_underflow_isr, #function
194 .type _sparc_window_flush_isr, #function
/picolibc-latest/newlib/libc/signal/
Dsignal.tex29 Abnormal termination of a program; raised by the @code{abort} function.
35 Attempt to execute as a function data that is not executable.
57 Used with the @code{signal} function in place of a pointer to a
62 Used with the @code{signal} function in place of a pointer to a
66 Returned by the @code{signal} function in place of a pointer to a
72 This type is not used in any function declarations; it exists only to
/picolibc-latest/newlib/libc/machine/nios2/
Dsetjmp.s44 .type setjmp,@function
46 .type longjmp,@function
/picolibc-latest/newlib/libc/machine/amdgcn/
Datexit.c21 atexit (void (*function)(void)) in atexit()
/picolibc-latest/newlib/libc/machine/xtensa/
Dsetjmp.S72 .type setjmp, @function
138 .type longjmp, @function
232 .type setjmp, @function
247 .type longjmp, @function
/picolibc-latest/newlib/libc/machine/aarch64/
Dsetjmp.S48 .type setjmp, %function
68 .type longjmp, %function
Dasmdefs.h64 .type name,%function; \
74 .type name,%function; \
/picolibc-latest/newlib/libc/machine/visium/
Dsetjmp.S34 .type setjmp, @function
53 .type longjmp, @function
/picolibc-latest/newlib/libc/xdr/
DREADME105 printf-like function
107 is called. However, that function simply delegates to an
108 internal function pointer to a callback function if set;
111 By setting this function pointer to a user-defined callback,
113 or some other facility. The function should match the
122 The return value is the "old" function pointer, which may
125 However, neither the typedef nor the registration function
169 In this case when xdr function return FALSE, the client
/picolibc-latest/semihost/machine/aarch64/
Dsemihost-aarch64.S41 .type sys_semihost %function
/picolibc-latest/newlib/libc/machine/d10v/
Dsetjmp.S33 .type setjmp,@function
54 .type longjmp,@function
/picolibc-latest/newlib/libc/machine/ft32/
Dstpcmp.S18 .type strlen,@function
Dstrlen.S18 .type strlen,@function
Dstrcmp.S18 .type strcmp,@function
Dstrcpy.S18 .type strcpy,@function
/picolibc-latest/newlib/libc/machine/spu/
Dsetjmp.S41 .type setjmp, @function
111 .type longjmp, @function
/picolibc-latest/newlib/libc/machine/arm/
Daeabi_memcpy-armv7a.S35 .type memcpy, %function
249 .type __aeabi_memcpy4, %function
264 .type __aeabi_memcpy8, %function
/picolibc-latest/newlib/libc/machine/rx/
Dmemset.S10 .type _memset,@function
/picolibc-latest/newlib/libc/machine/xstormy16/
Dsetjmp.S14 .type setjmp,@function
37 .type longjmp,@function

123456