Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 140) sorted by relevance

123456

/glibc-2.36/libio/
Dtst-vtables-common.c65 unsigned int calls; member
103 ++shared->calls; in method_finish()
112 ++shared->calls; in method_overflow()
123 ++shared->calls; in method_underflow()
133 ++shared->calls; in method_uflow()
143 ++shared->calls; in method_pbackfail()
154 ++shared->calls; in method_xsputn()
170 ++shared->calls; in method_xsgetn()
180 ++shared->calls; in method_seekoff()
190 ++shared->calls; in method_seekpos()
[all …]
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/multiarch/
DMakefile88 f128-ifunc-calls = s_modff128 s_scalbnf128 s_frexpf128 s_ldexpf128
100 $(f128-ifunc-calls) $(f128-ifunc-calls:s_%=m_%) x2y2m1f128 \
122 f128-march-calls-p9 = $(addsuffix -power9,$(f128-ifunc-calls))
123 f128-march-calls-ifunc = $(addsuffix -ifunc,$(f128-ifunc-calls))
124 f128-march-calls = $(f128-march-calls-p9) $(f128-march-calls-ifunc)
126 calls += $(f128-march-calls)
127 libm-routines += $(filter-out $(f128-march-calls), $(f128-march-routines))
/glibc-2.36/malloc/
Dmemusage.c76 static unsigned long int calls[idx_last]; variable
365 catomic_increment (&calls[idx_malloc]); in malloc()
433 catomic_increment (&calls[idx_realloc]); in realloc()
511 catomic_increment (&calls[idx_calloc]); in calloc()
566 catomic_increment (&calls[idx_free]); in free()
580 catomic_increment (&calls[idx_free]); in free()
617 catomic_increment (&calls[idx]); in mmap()
670 catomic_increment (&calls[idx]); in mmap64()
725 catomic_increment (&calls[idx_mremap]); in mremap()
786 catomic_increment (&calls[idx_munmap]); in munmap()
[all …]
/glibc-2.36/mach/
Dsyscalls.awk1 BEGIN { calls="" }
4 calls = calls " " $1;
9 END { print "mach-syscalls := " calls }
DMachrules82 # %.ir defines a variable `%-calls', which lists the RPCs defined by
83 # %.defs, and a rule to build $(%-calls:%=RPC_$(%-userprefix)%.c) from
98 { printf \"$*-calls += %s\\n\", \$$3 }" $< ;\
99 echo '$$($*-calls:%=$$(objpfx)R\%C_%.c): $$(objpfx)$*.ustamp ;';\
127 for call in $($*-calls); do \
184 $(addprefix RPC_,$($(if)-calls))) \
/glibc-2.36/sysdeps/unix/
Dmake-syscalls.sh53 calls=`sed 's/#.*$//
56 calls=`echo "$calls" |
73 test -n "$calls" || exit 0
150 echo "$calls" |
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
DMakefile23 $(subst F,$(type-ldouble-suffix),$(libm-compat-calls)) \
24 $(subst F,$(type-ldouble-suffix),$(libm-calls)) \
25 $(subst F,$(type-ldouble-suffix),$(calls)) \
/glibc-2.36/math/
DMakefile51 gen-libm-calls = cargF conjF cimagF crealF cabsF e_scalbF s_cacosF \
68 libm-calls = \
81 s_issignalingF $(calls:s_%=m_%) x2y2m1F \
85 s_fromfpxF s_ufromfpxF $(gen-libm-calls)
87 libm-compat-calls = \
185 $(libm-compat-calls)) \
186 $(call type-foreach, $(libm-calls)) \
196 calls = s_isinfF s_isnanF s_finiteF s_copysignF s_modfF s_scalbnF s_frexpF \ macro
197 s_signbitF $(gen-calls)
198 gen-calls = s_ldexpF
[all …]
/glibc-2.36/elf/
Dsprof.c161 uintmax_t calls; member
1028 sortsym[symbol_idx]->calls += data[cnt].count; in count_calls()
1088 newsym->calls = 0; in read_symbols()
1271 if (s1->calls != s2->calls) in countorder()
1272 return (int) (s2->calls - s1->calls); in countorder()
1294 s->calls, in printflat()
1295 s->calls ? (s->ticks * 1000000) * tick_unit / s->calls : 0, in printflat()
1325 if (sortsym[n]->calls != 0 || sortsym[n]->ticks != 0) in generate_flat_profile()
1355 runp->count, sortsym[cnt]->calls, in generate_call_graph()
1373 sortsym[cnt]->calls, in generate_call_graph()
[all …]
DVersions15 # Needed for SHLIB_COMPAT calls using this version.
/glibc-2.36/sysdeps/sparc/sparc32/
Dconfigure.ac15 # Test if compiler generates external calls to libatomic for CAS operation.
18 AC_CACHE_CHECK(for external libatomic calls,
Dconfigure164 # Test if compiler generates external calls to libatomic for CAS operation.
167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for external libatomic calls" >&5
168 $as_echo_n "checking for external libatomic calls... " >&6; }
/glibc-2.36/manual/
Ddebug.texi26 A @dfn{backtrace} is a list of the function calls that are currently
47 @c calls malloc and performs internal locking, so...
71 @c _dl_addr takes the recursive dl_load_lock then calls
73 @c _dl_find_dso_for_object calls _dl-addr_inside_object.
Dsetjmp.texi2 @c %MENU% Jumping out of nested function calls
8 nested set of function calls, you would like to be able to immediately
31 detected by nested calls.
46 levels of nested function calls.
57 @code{longjmp}, so calls to @code{setjmp} usually appear in an @samp{if}
129 @c that calls longjmp may run the same cleanups multiple times.
150 its address. In addition, calls to @code{setjmp} are safe in only the
347 sequences the GNU C compiler generates for calls to nested functions.
Dstartup.texi28 that runs, or calls, it. This includes passing of parameters (arguments
32 A program starts another program with the @code{exec} family of system calls.
334 calls to @code{getenv} (but not by any other library function). If the
685 need to be concerned with system calls because there are functions in
686 @theglibc{} to do virtually everything that system calls do.
687 These functions work by making system calls themselves. For example,
693 System calls are sometimes called kernel calls.
708 protocol for system calls on the various platforms on which @theglibc{}
738 that system calls do not return @code{-1} when they succeed.
804 * Normal Termination:: If a program calls @code{exit}, a
[all …]
Dintro.texi211 concurrent calls in other threads may interfere in a destructive way.
336 signal handler calls another such function that takes the same lock, the
364 @c releasing it; I don't think we have any case that calls for this sort
372 @c but another internal interface that calls __acsafe_realloc if realloc
373 @c was not overridden, and calls the overridden realloc with async
423 just calls those already-resolved functions, the former will be marked
485 If a signal handler interrupts such an initializer, and calls any
502 @c time: it doesn't remove the risk for later calls.
563 to return values from certain calls. When the library doesn't guard
608 @code{rwlock} associated with the identifier, and guard @emph{all} calls
[all …]
Dthreads.texi216 @code{call_once} calls function @var{func} exactly once, even if
218 @var{func} synchronizes-with all previous or subsequent calls to
294 Prior calls to @code{mtx_unlock} on the same mutex synchronize-with
315 Prior calls to @code{mtx_unlock} on the same mutex synchronize-with
330 Prior calls to @code{mtx_unlock} on the same mutex synchronize-with
348 @code{mtx_trylock}, and @code{mtx_timedlock} calls on the same mutex.
477 function will be called when the current thread calls @code{thrd_exit}
693 thread is inherited from the thread that calls @code{pthread_create}.
721 without using these functions. On the thread that calls
953 this, but only as the result of function calls which imply an acquire
/glibc-2.36/sysdeps/unix/sysv/linux/
Dsyscall-names.list1 # List of all known Linux system calls.
21 # This file can list all potential system calls. The names are only
24 # The list of system calls is current as of Linux 5.18.
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/
Dsyscalls.list21 # System calls with wrappers.
/glibc-2.36/sysdeps/mach/hurd/
Dconfigure.ac3 dnl We need this setting because of the need for PLT calls in ld.so.
/glibc-2.36/resolv/
DREADME71 longer see any changes in the global resolver state caused by calls
81 * In Multi-threaded that manipulate the _res structure, calls to
/glibc-2.36/sysdeps/powerpc/powerpc32/
Ddl-trampoline.S34 # The code that calls this has put parameters for `fixup' in r12 and r11.
/glibc-2.36/hurd/
DVersions147 # weak refs to libthreads functions that libc calls iff libthreads in use
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
DMakefile14 libnldbl-calls = asprintf dprintf fprintf fscanf fwprintf fwscanf iovfscanf \
51 libnldbl-routines = $(libnldbl-calls:%=nldbl-%)
/glibc-2.36/benchtests/
DREADME5 functions, builds and calls them repeatedly for given inputs to give some
122 to use this to benchmark a function that needs state across several calls.

123456