Home
last modified time | relevance | path

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

12345678910>>...21

/glibc-2.36/sysdeps/unix/
DMakefile39 (for call in $(unix-stub-syscalls); do \
40 call=$${call%%@*}; \
41 echo "#define $$call RENAMED_$$call"; \
45 for call in $(unix-stub-syscalls); do \
46 call=$${call%%@*}; \
47 echo "#undef $$call"; \
51 for call in $(unix-stub-syscalls); do \
52 case $$call in \
54 ver=$${call##*@}; call=$${call%%@*}; \
56 echo "strong_alias (_no_syscall, __$${call}_$${ver})"; \
[all …]
/glibc-2.36/sysdeps/x86_64/fpu/
Dsvml_s_wrapper_impl.h24 call JUMPTARGET(\callee)
27 call JUMPTARGET(\callee)
30 call JUMPTARGET(\callee)
33 call JUMPTARGET(\callee)
53 call JUMPTARGET(\callee)
57 call JUMPTARGET(\callee)
61 call JUMPTARGET(\callee)
65 call JUMPTARGET(\callee)
94 call JUMPTARGET(\callee)
104 call JUMPTARGET(\callee)
[all …]
Dsvml_d_wrapper_impl.h24 call JUMPTARGET(\callee)
27 call JUMPTARGET(\callee)
43 call JUMPTARGET(\callee)
47 call JUMPTARGET(\callee)
72 call JUMPTARGET(\callee)
82 call JUMPTARGET(\callee)
109 call HIDDEN_JUMPTARGET(\callee)
112 call HIDDEN_JUMPTARGET(\callee)
136 call HIDDEN_JUMPTARGET(\callee)
140 call HIDDEN_JUMPTARGET(\callee)
[all …]
Dsvml_s_sincosf4_core.S41 call JUMPTARGET(\callee)
45 call JUMPTARGET(\callee)
49 call JUMPTARGET(\callee)
53 call JUMPTARGET(\callee)
97 call JUMPTARGET(\callee)
101 call JUMPTARGET(\callee)
105 call JUMPTARGET(\callee)
109 call JUMPTARGET(\callee)
Dsvml_d_sincos2_core.S39 call JUMPTARGET(\callee)
43 call JUMPTARGET(\callee)
75 call JUMPTARGET(\callee)
79 call JUMPTARGET(\callee)
Dsvml_d_sincos4_core.S45 call HIDDEN_JUMPTARGET(\callee)
49 call HIDDEN_JUMPTARGET(\callee)
103 call HIDDEN_JUMPTARGET(\callee)
107 call HIDDEN_JUMPTARGET(\callee)
Dsvml_d_sincos4_core_avx.S43 call HIDDEN_JUMPTARGET(\callee)
47 call HIDDEN_JUMPTARGET(\callee)
98 call HIDDEN_JUMPTARGET(\callee)
102 call HIDDEN_JUMPTARGET(\callee)
/glibc-2.36/nss/
Dtest-netdb.c54 output_servent (const char *call, struct servent *sptr) in output_servent() argument
59 printf ("Call: %s returned NULL\n", call); in output_servent()
63 call, sptr->s_name, ntohs(sptr->s_port), sptr->s_proto); in output_servent()
115 output_hostent (const char *call, struct hostent *hptr) in output_hostent() argument
121 printf ("Call: %s returned NULL\n", call); in output_hostent()
125 call, hptr->h_name, hptr->h_addrtype); in output_hostent()
213 output_netent (const char *call, struct netent *nptr) in output_netent() argument
218 printf ("Call: %s returned NULL\n", call); in output_netent()
225 call, nptr->n_name, inet_ntoa (ip)); in output_netent()
264 output_protoent (const char *call, struct protoent *prptr) in output_protoent() argument
[all …]
/glibc-2.36/sysdeps/arm/
Ddl-trampoline.S35 @ stack[0] contains the return address from this call
50 @ prepare to call _dl_fixup()
56 @ call fixup routine
84 @ stack[0] contains the return address from this call
117 @ prepare to call _dl_profile_fixup()
132 @ call profiling fixup routine
135 @ The address to call is now in r0.
/glibc-2.36/mach/
Dshortcut.awk18 print call;
47 print "weak_alias (" call ", " alias ")";
48 print "libc_hidden_def (" call ")";
50 print "extern __typeof (" call ") " rpc ";";
/glibc-2.36/sysdeps/sparc/sparc64/
Ddl-trampoline.S58 call _dl_fixup
86 call _dl_fixup
199 call _dl_audit_pltexit
260 call _dl_profile_save_regs
264 call _dl_profile_fixup
271 call _dl_profile_invoke
306 call _dl_profile_save_regs
310 call _dl_profile_fixup
317 call _dl_profile_invoke
/glibc-2.36/sysdeps/s390/s390-32/
Ddl-trampoline.h93 vstm %v24,%v31,FRAME_OFF+V24_OFF(%r15) # save call-clobbered vr args
111 bas %r14,0(%r14,%r1) # call _dl_fixup
212 vstm %v24,%v31,FRAME_OFF+V24_OFF(%r15) # store call-clobbered
230 bas %r14,0(%r14,%r1) # call resolver
232 ld %f0,FRAME_OFF+F0_OFF(%r15) # restore call-clobbered
237 .machinemode "zarch_nohighgprs" # restore call-clobbered
244 lm %r2,%r6,FRAME_OFF+R2_OFF(%r15) # pltexit call, so we can do a
245 # tail call without
252 br %r1 # tail call
271 basr %r14,%r1 # call resolved function
[all …]
/glibc-2.36/sysdeps/s390/s390-64/
Ddl-trampoline.h95 vstm %v24,%v31,FRAME_OFF+V24_OFF(%r15) # save call-clobbered vr args
111 brasl %r14,_dl_fixup # call _dl_fixup
201 stmg %r2,%r6,FRAME_OFF+R2_OFF(%r15) # save call-clobbered arg regs
218 vstm %v24,%v31,FRAME_OFF+V24_OFF(%r15) # store call-clobbered
233 brasl %r14,_dl_profile_fixup # call resolver
235 ld %f0,FRAME_OFF+F0_OFF(%r15) # restore call-clobbered
241 .machine "z13" # restore call-clobbered
249 lmg %r2,%r6,FRAME_OFF+R2_OFF(%r15) # pltexit call, so we can do a
250 # tail call without copying the
257 br %r1 # tail call
[all …]
/glibc-2.36/sysdeps/sparc/sparc32/
Ddl-trampoline.S41 call _dl_fixup
130 call _dl_audit_pltexit
167 call _dl_profile_save_regs
171 call _dl_profile_fixup
179 call _dl_profile_invoke
/glibc-2.36/sunrpc/
Dtest-rpcent.c29 output_rpcent (const char *call, struct rpcent *rptr) in output_rpcent() argument
34 printf ("Call: %s returned NULL\n", call); in output_rpcent()
38 call, rptr->r_name, rptr->r_number); in output_rpcent()
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/
D__start_context.S38 br.call.sptk rp = b1
44 (p6) br.call.sptk rp = __setcontext
47 br.call.sptk rp = HIDDEN_JUMPTARGET(exit)
/glibc-2.36/sysdeps/i386/
Ddl-trampoline.S63 call _dl_fixup # Call resolver.
149 call _dl_profile_fixup # Call resolver.
187 # stack for the function call
219 call *(%ebx)
255 call _dl_audit_pltexit
Dstart.S87 call 1f
111 call __libc_start_main@PLT
124 call __libc_start_main
Dsysdep.h46 cfi_def_cfa_register (ebp); call JUMPTARGET(mcount); \
73 call GET_PC_THUNK(reg)
84 call 0f; \
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/
D__start_context.S72 call 1f
112 call __setcontext
118 call HIDDEN_JUMPTARGET(exit)
/glibc-2.36/manual/
Dsetjmp.texi44 only a single function call, transferring control back to the point at
50 environment in which the call to @code{setjmp} appears in an object of
52 the call to @code{setjmp}, but if an exit is later made to this return
56 between an ordinary return and a return made by a call to
72 @code{setjmp}. A normal call to @code{setjmp} returns zero, so the
75 @code{do_command}, then it actually appears as if the @emph{same} call
111 @c __sigjmp_save(!savemask) ok, does not call sigprocmask
135 @var{state}, and continues execution from the call to @code{setjmp} that
184 function containing the @code{setjmp} call that have been changed since
185 the call to @code{setjmp} are indeterminate, unless you have declared
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/i386/
Dmakecontext.S161 call 1f
198 call 1f
229 call HIDDEN_JUMPTARGET(__setcontext)
244 call HIDDEN_JUMPTARGET(exit)
/glibc-2.36/sysdeps/mach/hurd/i386/
Dmakecontext.S76 call 1f
107 call HIDDEN_JUMPTARGET(__setcontext)
122 call HIDDEN_JUMPTARGET(exit)
/glibc-2.36/sysdeps/x86_64/fpu/multiarch/
Dsvml_d_sincos2_core_sse4.S290 call JUMPTARGET(sin)
295 call JUMPTARGET(cos)
305 call JUMPTARGET(sin)
310 call JUMPTARGET(cos)
326 call HIDDEN_JUMPTARGET(_ZGVbN2vl8l8_sincos_sse4)
349 call HIDDEN_JUMPTARGET(_ZGVbN2vl8l8_sincos_sse4)
Dsvml_d_sincos4_core_avx2.S251 call JUMPTARGET(sin)
256 call JUMPTARGET(cos)
267 call JUMPTARGET(sin)
272 call JUMPTARGET(cos)
294 call HIDDEN_JUMPTARGET(_ZGVdN4vl8l8_sincos_avx2)
340 call HIDDEN_JUMPTARGET(_ZGVdN4vl8l8_sincos_avx2)

12345678910>>...21