Home
last modified time | relevance | path

Searched refs:call (Results 1 – 23 of 23) sorted by relevance

/picolibc-latest/newlib/libc/include/ssp/
Dssp.h62 #define __ssp_redirect_raw(rtype, fun, args, call, cond, bos) \ argument
67 return __ssp_real_(fun) call; \
70 #define __ssp_redirect(rtype, fun, args, call) \ argument
71 __ssp_redirect_raw(rtype, fun, args, call, 1, __ssp_bos)
72 #define __ssp_redirect0(rtype, fun, args, call) \ argument
73 __ssp_redirect_raw(rtype, fun, args, call, 1, __ssp_bos0)
Dwchar.h11 #define __ssp_redirect_wc(rtype, fun, args, call, cond, bos) \ argument
16 return __ssp_real_(fun) call; \
/picolibc-latest/picocrt/machine/x86/
Dcrt0-32.S81 call memcpy
88 call memset
94 call _set_tls
99 call __libc_init_array
102 call main
110 call exit
Dcrt0-64.S87 call memcpy
93 call memset
98 call _set_tls
102 call __libc_init_array
108 call main
112 call exit
/picolibc-latest/newlib/libc/machine/avr/
Dsetjmp.S85 ; save call-saved registers and frame pointer
136 ; restore call-saved registers and frame pointer
144 ; restore stack pointer (SP value before the setjmp() call) and SREG
Dmacros.inc115 #define XCALL call
/picolibc-latest/newlib/libc/machine/xtensa/
Dxtensa.tex54 @code{longjmp} restores the environment saved by the last call of
57 corresponding call of @code{setjmp} had just returned the value
/picolibc-latest/newlib/libc/machine/i960/
Dsetjmp.S71 call 0f /* ensure there is at least one stack frame */
/picolibc-latest/doc/
Dinit.md6 call these as well.
25 Picocrt will call:
Dusing.md99 4) Optionally call constructors:
101 * The default and hosted crt0 variants call
104 * The minimal crt0 variant doesn't call any constructors
131 has semihosting support for console I/O and the exit() call.
165 `crt0-minimal` variant that removes the call to
/picolibc-latest/newlib/libc/machine/sh/
Dsetjmp.S102 fmov.s fr15,@-r4 ! call saved floating point registers
108 mov.l r15,@-r4 ! call saved integer registers
195 fmov.s @r4+,fr12 ! call saved floating point registers
/picolibc-latest/newlib/libc/machine/sparc/
Dsetjmp.S83 .text; save %sp,-96,%sp; sethi %hi(1b),%o0; call mcount; \
/picolibc-latest/newlib/libc/machine/crx/
Dsetjmp.S21 # from the last call to #
/picolibc-latest/newlib/libc/machine/mep/
Dsetjmp.S20 # we should not need to save anything that is call-clobbered,
/picolibc-latest/picocrt/
Dmeson.build96 …# The normal variant does not call 'exit' after return from main (c lingo: freestanding execution …
144 # The 'minimal' variant doesn't call exit, nor does it invoke any constructors
/picolibc-latest/newlib/libc/machine/cr16/
Dsetjmp.S21 # from the last call to #
/picolibc-latest/newlib/libc/machine/hppa/
DDEFS.h54 ; and restored after the call to _mcount. This is possible because
/picolibc-latest/newlib/libc/machine/necv70/
Dnecv70.tex24 names of several library math functions are redefined to call the
/picolibc-latest/newlib/libc/reent/
Dreent.tex71 and call the standard library subroutines.
/picolibc-latest/newlib/
DChangeLog-2015150 (strtold): Just call _strtold_r.
854 * libc/time/tzset.c (_tzset_unlocked): New function, call
856 (tzset): Lock and call _tzset_unlocked_r.
859 (_tzset_r): Lock and call _tzset_unlocked_r.
863 * libc/stdlib/setenv_r.c (_setenv_r): Remove tzset() call for TZ
865 * libc/time/lcltime_r.c (localtime_r): Add tzset() call
1133 on systems where available. On Cygwin, call function to get values.
1281 call dependent on __SNLK flag.
1343 * libc/machine/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
1553 * libc/time/lcltime_r.c (localtime_r): Simplify by changing call to
[all …]
/picolibc-latest/
Dmeson_options.txt318 description: 'newlib supplies system call functions')
DREADME.md841 5. Fix exit code for semihosting 'abort' call to make it visible
898 with G++ that enable exception handling by linking in call stack
1016 stdio code not call 'abort'. Allocation failures are now reported
/picolibc-latest/newlib/libc/iconv/
Diconv.tex943 user works with the iconv library (i.e., when the @code{iconv_open} call