Searched refs:function (Results 1 – 25 of 145) sorted by relevance
123456
/picolibc-latest/doc/ |
D | init.md | 10 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 …]
|
D | os.md | 23 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/ |
D | setjmp.S | 22 .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/ |
D | setjmp.s | 29 .type setjmp,@function 31 .type longjmp,@function
|
/picolibc-latest/cmake/ |
D | picolibc.cmake | 37 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/ |
D | setjmp.S | 33 .type setjmp,@function 35 .type longjmp,@function 70 .type longjmp,@function
|
/picolibc-latest/newlib/libc/picolib/machine/sparc/ |
D | interrupt.S | 113 .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/ |
D | signal.tex | 29 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/ |
D | setjmp.s | 44 .type setjmp,@function 46 .type longjmp,@function
|
/picolibc-latest/newlib/libc/machine/amdgcn/ |
D | atexit.c | 21 atexit (void (*function)(void)) in atexit()
|
/picolibc-latest/newlib/libc/machine/xtensa/ |
D | setjmp.S | 72 .type setjmp, @function 138 .type longjmp, @function 232 .type setjmp, @function 247 .type longjmp, @function
|
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | setjmp.S | 48 .type setjmp, %function 68 .type longjmp, %function
|
D | asmdefs.h | 64 .type name,%function; \ 74 .type name,%function; \
|
/picolibc-latest/newlib/libc/machine/visium/ |
D | setjmp.S | 34 .type setjmp, @function 53 .type longjmp, @function
|
/picolibc-latest/newlib/libc/xdr/ |
D | README | 105 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/ |
D | semihost-aarch64.S | 41 .type sys_semihost %function
|
/picolibc-latest/newlib/libc/machine/d10v/ |
D | setjmp.S | 33 .type setjmp,@function 54 .type longjmp,@function
|
/picolibc-latest/newlib/libc/machine/ft32/ |
D | stpcmp.S | 18 .type strlen,@function
|
D | strlen.S | 18 .type strlen,@function
|
D | strcmp.S | 18 .type strcmp,@function
|
D | strcpy.S | 18 .type strcpy,@function
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | setjmp.S | 41 .type setjmp, @function 111 .type longjmp, @function
|
/picolibc-latest/newlib/libc/machine/arm/ |
D | aeabi_memcpy-armv7a.S | 35 .type memcpy, %function 249 .type __aeabi_memcpy4, %function 264 .type __aeabi_memcpy8, %function
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | memset.S | 10 .type _memset,@function
|
/picolibc-latest/newlib/libc/machine/xstormy16/ |
D | setjmp.S | 14 .type setjmp,@function 37 .type longjmp,@function
|
123456