/sysdeps/nptl/ |
A D | fork.h | 64 if (GL (dl_in_flight_stack) != 0) in reclaim_stacks() 66 bool add_p = GL (dl_in_flight_stack) & 1; in reclaim_stacks() 76 if (GL (dl_stack_used).next->prev != &GL (dl_stack_used)) in reclaim_stacks() 77 l = &GL (dl_stack_used); in reclaim_stacks() 78 else if (GL (dl_stack_cache).next->prev != &GL (dl_stack_cache)) in reclaim_stacks() 79 l = &GL (dl_stack_cache); in reclaim_stacks() 96 GL (dl_in_flight_stack) = 0; in reclaim_stacks() 101 list_for_each (runp, &GL (dl_stack_used)) in reclaim_stacks() 135 list_splice (&GL (dl_stack_used), &GL (dl_stack_cache)); in reclaim_stacks() 143 INIT_LIST_HEAD (&GL (dl_stack_used)); in reclaim_stacks() [all …]
|
A D | dl-thread_gscope_wait.c | 28 lll_lock (GL (dl_stack_cache_lock), LLL_PRIVATE); in __thread_gscope_wait() 34 list_for_each (runp, &GL (dl_stack_used)) in __thread_gscope_wait() 57 list_for_each (runp, &GL (dl_stack_user)) in __thread_gscope_wait() 79 lll_unlock (GL (dl_stack_cache_lock), LLL_PRIVATE); in __thread_gscope_wait()
|
A D | dl-tls_init_tp.c | 56 INIT_LIST_HEAD (&GL (dl_stack_used)); in __tls_pre_init_tp() 57 INIT_LIST_HEAD (&GL (dl_stack_user)); in __tls_pre_init_tp() 58 INIT_LIST_HEAD (&GL (dl_stack_cache)); in __tls_pre_init_tp() 72 list_add (&pd->list, &GL (dl_stack_user)); in __tls_init_tp()
|
A D | dl-mutex.c | 37 struct link_map *libc_map = GL (dl_ns)[LM_ID_BASE].libc_map; in __rtld_mutex_init()
|
/sysdeps/htl/ |
A D | dl-thread_gscope_wait.c | 30 __libc_rwlock_rdlock (GL (dl_pthread_threads_lock)); in __thread_gscope_wait() 33 for (i = 0; i < GL (dl_pthread_num_threads); ++i) in __thread_gscope_wait() 35 t = GL (dl_pthread_threads[i]); in __thread_gscope_wait() 54 __libc_rwlock_unlock (GL (dl_pthread_threads_lock)); in __thread_gscope_wait()
|
A D | pt-key-delete.c | 42 __libc_rwlock_rdlock (GL (dl_pthread_threads_lock)); in __pthread_key_delete() 43 for (i = 0; i < GL (dl_pthread_num_threads); ++i) in __pthread_key_delete() 47 t = GL (dl_pthread_threads)[i]; in __pthread_key_delete() 57 __libc_rwlock_unlock (GL (dl_pthread_threads_lock)); in __pthread_key_delete()
|
A D | thrd_current.c | 32 if (GL (dl_pthread_threads)) in thrd_current()
|
A D | raise.c | 40 if (__pthread_kill != NULL && GL (dl_pthread_threads) != NULL) in raise()
|
/sysdeps/x86/ |
A D | dl-cet.c | 42 = GL(dl_x86_feature_control).ibt; in dl_cet_check() 45 = GL(dl_x86_feature_control).shstk; in dl_cet_check() 51 THREAD_SETMEM (THREAD_SELF, header.feature_1, GL(dl_x86_feature_1)); in dl_cet_check() 57 = (GL(dl_x86_feature_1) & GNU_PROPERTY_X86_FEATURE_1_IBT) != 0; in dl_cet_check() 60 = (GL(dl_x86_feature_1) & GNU_PROPERTY_X86_FEATURE_1_SHSTK) != 0; in dl_cet_check() 110 if (l == &GL(dl_rtld_map) in dl_cet_check() 111 || l->l_real == &GL(dl_rtld_map) in dl_cet_check() 199 GL(dl_x86_feature_1) &= ~cet_feature; in dl_cet_check()
|
A D | cpu-tunables.c | 295 GL(dl_x86_feature_control).ibt = cet_always_on; in TUNABLE_CALLBACK() 297 GL(dl_x86_feature_control).ibt = cet_always_off; in TUNABLE_CALLBACK() 300 GL(dl_x86_feature_control).ibt = cet_permissive; in TUNABLE_CALLBACK() 308 GL(dl_x86_feature_control).shstk = cet_always_on; in TUNABLE_CALLBACK() 310 GL(dl_x86_feature_control).shstk = cet_always_off; in TUNABLE_CALLBACK() 313 GL(dl_x86_feature_control).shstk = cet_permissive; in TUNABLE_CALLBACK()
|
A D | dl-prop.h | 49 if (l == &GL(dl_rtld_map) || l->l_real == &GL(dl_rtld_map)) in dl_isa_level_check()
|
/sysdeps/unix/sysv/linux/ |
A D | dl-execstack.c | 51 GL(dl_stack_flags) |= PF_X; in make_main_stack_executable() 69 lll_lock (GL (dl_stack_cache_lock), LLL_PRIVATE); in _dl_make_stacks_executable() 72 list_for_each (runp, &GL (dl_stack_used)) in _dl_make_stacks_executable() 83 list_for_each (runp, &GL (dl_stack_cache)) in _dl_make_stacks_executable() 91 lll_unlock (GL (dl_stack_cache_lock), LLL_PRIVATE); in _dl_make_stacks_executable()
|
/sysdeps/mach/hurd/htl/ |
A D | pt-sysdep.c | 48 if (GL (dl_pthread_threads) != NULL) in _init_routine() 88 GL(dl_init_static_tls) = &__pthread_init_static_tls; in _init_routine()
|
A D | pt-sigstate-init.c | 40 else if (GL (dl_pthread_num_threads) >= 2) in __pthread_sigstate_init()
|
A D | pt-sysdep.h | 40 assert (GL (dl_pthread_threads)); \
|
/sysdeps/unix/sysv/linux/x86/ |
A D | cpu-features.c | 37 THREAD_SETMEM (THREAD_SELF, header.feature_1, GL(dl_x86_feature_1)); in x86_setup_tls()
|
/sysdeps/mach/hurd/ |
A D | dl-execstack.c | 42 GL(dl_stack_flags) |= PF_X; in _dl_make_stack_executable()
|
/sysdeps/x86_64/ |
A D | dl-tls.c | 43 size_t gen = atomic_load_relaxed (&GL(dl_tls_generation)); in hidden_ver()
|
A D | dl-machine.h | 108 GL(dl_profile_map) = l; in elf_machine_runtime_setup() 272 weak_extern (GL(dl_rtld_map)); in elf_machine_rela() 274 if (map != &GL(dl_rtld_map)) /* Already done in rtld itself. */ in elf_machine_rela()
|
/sysdeps/sh/ |
A D | dl-machine.h | 110 GL(dl_profile_map) = l; in elf_machine_runtime_setup() 299 if (map != &GL(dl_rtld_map)) /* Already done in rtld itself. */ in elf_machine_rela() 404 if (map == &GL(dl_rtld_map)) in elf_machine_rela()
|
/sysdeps/s390/s390-64/ |
A D | dl-machine.h | 128 GL(dl_profile_map) = l; in elf_machine_runtime_setup() 290 weak_extern (GL(dl_rtld_map)); in elf_machine_rela() 292 if (map != &GL(dl_rtld_map)) /* Already done in rtld itself. */ in elf_machine_rela()
|
/sysdeps/s390/s390-32/ |
A D | dl-machine.h | 139 GL(dl_profile_map) = l; in elf_machine_runtime_setup() 343 weak_extern (GL(dl_rtld_map)); in elf_machine_rela() 345 if (map != &GL(dl_rtld_map)) /* Already done in rtld itself. */ in elf_machine_rela()
|
/sysdeps/generic/ |
A D | ldsodefs.h | 314 # define GL(name) _##name macro 318 # define GL(name) _rtld_local._##name macro 320 # define GL(name) _rtld_global._##name macro 1366 GL (dl_init_static_tls) (map); in dl_init_static_tls() 1394 if (l == &GL (dl_rtld_map)) in link_map_audit_state() 1396 return &GL (dl_rtld_auditstate) [index]; in link_map_audit_state()
|
/sysdeps/ia64/ |
A D | dl-machine.h | 133 GL(dl_profile_map) = l; in elf_machine_runtime_setup() 406 if (map != &GL(dl_rtld_map)) in elf_machine_rela()
|
/sysdeps/alpha/ |
A D | dl-machine.h | 123 GL(dl_profile_map) = map; in elf_machine_runtime_setup() 391 if (map != &GL(dl_rtld_map)) in elf_machine_rela()
|