Home
last modified time | relevance | path

Searched refs:__prctl (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dprctl.c29 __prctl (int option, ...) in __prctl() function
41 libc_hidden_def (__prctl)
42 weak_alias (__prctl, prctl)
44 weak_alias (__prctl, __prctl_time64)
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/
Dcpu-features.c113 __prctl (PR_SET_TAGGED_ADDR_CTRL, in init_cpu_features()
118 __prctl (PR_SET_TAGGED_ADDR_CTRL, in init_cpu_features()
122 __prctl (PR_SET_TAGGED_ADDR_CTRL, in init_cpu_features()
/glibc-2.36/sysdeps/mips/
Ddl-machine-reject-phdr.h172 cur_mode = __prctl (PR_GET_FP_MODE); in elf_machine_reject_phdr_p()
308 return __prctl (PR_SET_FP_MODE, fr1_mode) != 0; in elf_machine_reject_phdr_p()
309 else if (__prctl (PR_SET_FP_MODE, /* fr0_mode */ 0) != 0) in elf_machine_reject_phdr_p()
316 return __prctl (PR_SET_FP_MODE, fr1_mode) != 0; in elf_machine_reject_phdr_p()
/glibc-2.36/include/sys/
Dprctl.h6 extern int __prctl (int __option, ...);
7 libc_hidden_proto (__prctl)
/glibc-2.36/nptl/
Dpthread_setname.c43 return __prctl (PR_SET_NAME, name) ? errno : 0; in __pthread_setname_np()
Dpthread_getname.c41 return __prctl (PR_GET_NAME, buf) ? errno : 0; in __pthread_getname_np()
/glibc-2.36/ChangeLog.old/
DChangeLog.1411691 (__fe_nomask_env): Change __prctl call to INTERNAL_SYSCALL.
11762 (__fe_nomask_env): Use __prctl not prctl.
11763 * sysdeps/unix/sysv/linux/syscalls.list: Add __prctl alias for