Home
last modified time | relevance | path

Searched refs:this (Results 1 – 25 of 84) sorted by relevance

1234

/sysdeps/posix/
A Dsigwait.c40 int this; in do_sigwait() local
54 for (this = 1; this < NSIG; ++this) in do_sigwait()
55 if (__sigismember (set, this)) in do_sigwait()
58 __sigdelset (&tmp_mask, this); in do_sigwait()
61 if (__sigaction (this, &action, &saved[this]) != 0) in do_sigwait()
71 while (--this >= 1) in do_sigwait()
72 if (__sigismember (set, this)) in do_sigwait()
74 __sigaction (this, &saved[this], NULL); in do_sigwait()
/sysdeps/unix/sysv/linux/generic/
A D____longjmp_chk.c26 #define called_from(this, saved) ((this) < (saved)) argument
28 #define called_from(this, saved) ((this) > (saved)) argument
A DREADME11 of this support is in more flux as of this writing.
/sysdeps/mips/
A Ddl-trampoline.c52 ElfW(Half) this, nent = l->l_phnum; in elf_machine_runtime_link_map()
58 for (this = 0; this < nent; this++) in elf_machine_runtime_link_map()
60 if (p[this].p_type == PT_LOAD) in elf_machine_runtime_link_map()
62 base = p[this].p_vaddr + l->l_addr; in elf_machine_runtime_link_map()
63 limit = base + p[this].p_memsz; in elf_machine_runtime_link_map()
79 ElfW(Half) this, nent = l->l_phnum; in elf_machine_runtime_link_map()
81 for (this = 0; this < nent; ++this) in elf_machine_runtime_link_map()
83 if (p[this].p_type == PT_LOAD) in elf_machine_runtime_link_map()
85 base = p[this].p_vaddr + l->l_addr; in elf_machine_runtime_link_map()
86 limit = base + p[this].p_memsz; in elf_machine_runtime_link_map()
A Dlocalplt.data2 # relocation means this test cannot check for GOT relocations as an
/sysdeps/mach/hurd/
A DMakeconfig2 # See Makefile in this directory for the rule that builds this.
3 # We must define this variable earlier than sysdeps Makefiles are included.
/sysdeps/ia64/fpu/
A DREADME5 This source code in this directory is currently based on Intel libm
16 changes into future releases of libm, so this patching step can
29 At this point, you should be able to build glibc in the usual fashion.
30 We assume you do this in directory $OBJ. Once the build has
39 There should be no (unexpected) errors reported by this script.
/sysdeps/arm/
A Dstrlen.S38 orr r2, r2, $0xff000000 @ set this byte to non-zero
40 orrgt r2, r2, $0x00ff0000 @ if so, set this byte
44 orr r2, r2, $0x000000ff @ set this byte to non-zero
46 orrgt r2, r2, $0x0000ff00 @ if so, set this byte
/sysdeps/ieee754/ldbl-128ibm-compat/
A DMakeconfig1 # Include this earlier so it can be used earlier in Makefiles,
/sysdeps/ieee754/ldbl-96/
A DMakeconfig1 # Include this earlier so it can be used earlier in Makefiles,
/sysdeps/unix/sysv/linux/sparc/sparc32/fpu/
A DImplies1 # We must list this here to move it ahead of the ldbl-opt code.
/sysdeps/mips/mips64/
A DVersions3 # A generic bug got this omitted from other configurations' version
/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/
A DImplies1 # We must list this here to move it ahead of the ldbl-opt code.
/sysdeps/ieee754/float128/
A DMakeconfig1 # Include this earlier so it can be used earlier in Makefiles,
/sysdeps/ieee754/ldbl-128/
A DMakeconfig1 # Include this earlier so it can be used earlier in Makefiles,
/sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/fpu/
A DImplies1 # Make sure this comes before the powerpc/powerpc32/fpu that's
/sysdeps/x86_64/
A DVersions11 # A generic bug got this omitted from other configurations' version
/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/
A DImplies1 # We must list this here to move it ahead of the ldbl-opt code.
/sysdeps/i386/
A Dtst-ld-sse-use.sh48 this="$objs"
51 for f in $this; do
/sysdeps/m68k/
A DVersions9 # A generic bug got this omitted from other configurations' version
/sysdeps/unix/sysv/linux/mips/mips64/n32/
A Dsyscalls.list3 # C syscall macros cannot be used because this syscall has a 64-bit
/sysdeps/ia64/
A DVersions17 # A generic bug got this omitted from other configurations' version
/sysdeps/unix/sysv/linux/arc/
A Dlocalplt.data5 # At -Os, a struct assignment in libgcc-static pulls this in
/sysdeps/sparc/sparc64/
A DVersions16 # A generic bug got this omitted from other configurations' version
/sysdeps/unix/sysv/linux/mips/
A Dlibc-abis1 # See the copy of this file in libc for detailed explanations. This

Completed in 11 milliseconds

1234