/glibc-2.36/nptl/ |
D | tst-thread-affinity-pthread2.c | 33 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/ |
D | configure | 79 { $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"
|
D | configure.ac | 39 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])
|
D | Makefile | 17 ifeq ($(have-tls-get-addr-optimize),yes) 18 LDFLAGS-tst-tlsmod2.so += -Wl,--no-tls-get-addr-optimize
|
/glibc-2.36/sysdeps/arm/ |
D | dl-trampoline.S | 34 @ 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
|
D | strlen.S | 32 ldr r2, [r1], $4 @ get the first word 34 rsb r0, r3, $0 @ get - that number into counter.
|
/glibc-2.36/hurd/ |
D | hurdports.c | 23 get (const int idx) in get() function 33 type get##what (void) { return get (INIT_PORT_##idx); }
|
D | Makefile | 45 get-host set-host \ 56 ports-get ports-set hurdports hurdmsg \
|
/glibc-2.36/sysdeps/x86/ |
D | Makefile | 6 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/ |
D | start.S | 65 la %r4,8(%r15) # get argv 66 lg %r3,0(%r15) # get argc
|
/glibc-2.36/sysdeps/alpha/alphaev6/ |
D | memcpy.S | 73 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/ |
D | rawmemchr.S | 62 cttz t0, a2 # U0 : speculative (in case we get a match) 78 cttz t0, a2 # U0 : speculative (in case we get a match)
|
D | strchr.S | 64 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/ |
D | start.S | 160 la %r4,4(%r15) # get argv 161 l %r3,0(%r15) # get argc
|
D | mul_1.S | 36 .L0: icm %r1,15,0(%r3) # get s1_ptr[i]
|
D | addmul_1.S | 36 .L0: icm %r1,15,0(%r3) # get s1_ptr[i]
|
/glibc-2.36/sysdeps/alpha/ |
D | rshift.S | 28 # 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:
|
D | lshift.S | 28 # 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/ |
D | glibcelf.py | 905 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/ |
D | README.tunables | 71 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
|
D | resource.texi | 131 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/ |
D | Machrules | 46 # 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/ |
D | stubs-prologue.h | 3 @ all the #define __stub_foo lines get appended by the makefile rule.
|
/glibc-2.36/timezone/ |
D | factory | 7 # their installation procedures. When users run date, they'll get the message.
|
/glibc-2.36/htl/ |
D | libpthread_syms.a | 18 /* To create the sigthread and get its stack layout on fork */
|