Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 178) sorted by relevance

12345678

/glibc-2.36/nptl/
Dtst-thread-affinity-pthread2.c33 bool get; member
41 if (task->get) in affinity_access_thread()
51 run_affinity_access_thread (cpu_set_t *set, size_t size, bool get) in run_affinity_access_thread() argument
58 .get = get in run_affinity_access_thread()
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dconfigure79 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker that supports --no-tls-get-addr-optimi…
80 $as_echo_n "checking for linker that supports --no-tls-get-addr-optimize... " >&6; }
87 -Wl,--no-tls-get-addr-optimize -nostdlib -nostartfiles
96 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp -Wl,--no-tls-get-addr-optimize -nostdlib \
98 | grep "warning: --no-tls-get-addr-optimize ignored" > /dev/null 2>&1; then
114 have-tls-get-addr-optimize = $libc_cv_tls_get_addr_optimize"
Dconfigure.ac39 LIBC_LINKER_FEATURE([--no-tls-get-addr-optimize], [-Wl,--no-tls-get-addr-optimize],
41 LIBC_CONFIG_VAR([have-tls-get-addr-optimize], [$libc_cv_tls_get_addr_optimize])
DMakefile17 ifeq ($(have-tls-get-addr-optimize),yes)
18 LDFLAGS-tst-tlsmod2.so += -Wl,--no-tls-get-addr-optimize
/glibc-2.36/sysdeps/arm/
Ddl-trampoline.S34 @ we get called with
47 @ get pointer to linker struct
62 @ get arguments and return address back. We restore r4
83 @ we get called with
114 @ get pointer to linker struct
Dstrlen.S32 ldr r2, [r1], $4 @ get the first word
34 rsb r0, r3, $0 @ get - that number into counter.
/glibc-2.36/hurd/
Dhurdports.c23 get (const int idx) in get() function
33 type get##what (void) { return get (INIT_PORT_##idx); }
DMakefile45 get-host set-host \
56 ports-get ports-set hurdports hurdmsg \
/glibc-2.36/sysdeps/x86/
DMakefile6 sysdep_routines += get-cpuid-feature-leaf
7 sysdep-dl-routines += dl-get-cpu-features
10 CFLAGS-dl-get-cpu-features.os += $(rtld-early-cflags)
11 CFLAGS-get-cpuid-feature-leaf.o += $(no-stack-protector)
13 tests += tst-get-cpu-features tst-get-cpu-features-static \
16 tests-static += tst-get-cpu-features-static \
/glibc-2.36/sysdeps/s390/s390-64/
Dstart.S65 la %r4,8(%r15) # get argv
66 lg %r3,0(%r15) # get argc
/glibc-2.36/sysdeps/alpha/alphaev6/
Dmemcpy.S73 and $16, 63, $1 # E : get mod64 alignment
77 ldq $1, 0($17) # L : get 8 bytes
84 and $16, 63, $1 # E : get mod64 alignment
/glibc-2.36/sysdeps/alpha/alphaev67/
Drawmemchr.S62 cttz t0, a2 # U0 : speculative (in case we get a match)
78 cttz t0, a2 # U0 : speculative (in case we get a match)
Dstrchr.S64 cttz t0, a2 # U0 : speculative (in case we get a match)
81 cttz t3, a2 # U0 : speculative (in case we get a match)
/glibc-2.36/sysdeps/s390/s390-32/
Dstart.S160 la %r4,4(%r15) # get argv
161 l %r3,0(%r15) # get argc
Dmul_1.S36 .L0: icm %r1,15,0(%r3) # get s1_ptr[i]
Daddmul_1.S36 .L0: icm %r1,15,0(%r3) # get s1_ptr[i]
/glibc-2.36/sysdeps/alpha/
Drshift.S28 # it would take 4 cycles/limb. It should be possible to get down to 3
31 # makes it hard, if not impossible, to get down to 3 cycles/limb:
Dlshift.S28 # it would take 4 cycles/limb. It should be possible to get down to 3
31 # makes it hard, if not impossible, to get down to 3 cycles/limb:
/glibc-2.36/scripts/
Dglibcelf.py905 return self.__class__(strtab.get(self[0]), *self[1:])
927 return self.__class__(strtab.get(self[0]), *self[1:])
958 def get(self, index) -> bytes: member in StringTable
981 setattr(self, typ.__name__, typ.layouts.get(classdata, None))
1120 return strtab.get(strtab_offset)
/glibc-2.36/manual/
DREADME.tunables71 2. Use TUNABLE_GET/TUNABLE_SET/TUNABLE_SET_WITH_BOUNDS to get and set tunables.
80 When the TUNABLE_NAMESPACE macro is defined, one may get tunables in that
105 To get and set tunables in a different namespace from that module, use the full
Dresource.texi131 process tries to exceed a limit, it may get a signal, or the system call
150 there is no way for a process to get around it. A process may lower
303 The maximum amount of physical memory that this process should get.
329 The maximum size of total memory that this process should get. If the
385 When you successfully get a limit, the return value of @code{ulimit} is
445 get it. This section describes how that determination is made and
472 functions get and set. In this chapter, the semantics are based on the
559 processes get to run while the page faults in is of no consequence,
571 a command to kill it because your command would need to get the CPU in
808 priority, this function gets only the scheduling policy. To get the
[all …]
/glibc-2.36/mach/
DMachrules46 # This makefile contains a lot of implicit rules that get optimized
137 # We must use $(CFLAGS) to get -O flags that affect #if's in header files.
159 # To get header files that declare both the straight and __ functions,
198 # Don't let these be intermediate files and get removed.
/glibc-2.36/include/
Dstubs-prologue.h3 @ all the #define __stub_foo lines get appended by the makefile rule.
/glibc-2.36/timezone/
Dfactory7 # their installation procedures. When users run date, they'll get the message.
/glibc-2.36/htl/
Dlibpthread_syms.a18 /* To create the sigthread and get its stack layout on fork */

12345678