Home
last modified time | relevance | path

Searched refs:GLRO (Results 1 – 25 of 104) sorted by relevance

12345

/sysdeps/unix/sysv/linux/
A Ddl-vdso-setup.h27 GLRO(dl_vdso_clock_gettime) = dl_vdso_vsym (HAVE_CLOCK_GETTIME_VSYSCALL); in setup_vdso_pointers()
30 GLRO(dl_vdso_clock_gettime64) = dl_vdso_vsym (HAVE_CLOCK_GETTIME64_VSYSCALL); in setup_vdso_pointers()
33 GLRO(dl_vdso_gettimeofday) = dl_vdso_vsym (HAVE_GETTIMEOFDAY_VSYSCALL); in setup_vdso_pointers()
36 GLRO(dl_vdso_time) = dl_vdso_vsym (HAVE_TIME_VSYSCALL); in setup_vdso_pointers()
39 GLRO(dl_vdso_getcpu) = dl_vdso_vsym (HAVE_GETCPU_VSYSCALL); in setup_vdso_pointers()
42 GLRO(dl_vdso_clock_getres) = dl_vdso_vsym (HAVE_CLOCK_GETRES_VSYSCALL); in setup_vdso_pointers()
45 GLRO(dl_vdso_clock_getres_time64) = dl_vdso_vsym (HAVE_CLOCK_GETRES64_VSYSCALL); in setup_vdso_pointers()
48 GLRO(dl_vdso_get_tbfreq) = dl_vdso_vsym (HAVE_GET_TBFREQ); in setup_vdso_pointers()
A Dgetpagesize.c28 assert (GLRO(dl_pagesize) != 0); in __getpagesize()
29 return GLRO(dl_pagesize); in __getpagesize()
A Ddl-origin.c61 if (GLRO(dl_origin_path) != NULL) in _dl_get_origin()
63 size_t len = strlen (GLRO(dl_origin_path)); in _dl_get_origin()
69 char *cp = __mempcpy (result, GLRO(dl_origin_path), len); in _dl_get_origin()
A Ddl-osinfo.h37 if (__builtin_expect (GLRO(dl_osversion) == 0, 1) \
38 || GLRO(dl_osversion) > version) \
39 GLRO(dl_osversion) = version; \
A Ddl-sysdep.c48 if (GLRO(dl_sysinfo_map) != NULL) in _dl_discover_osversion()
58 const ElfW(Phdr) *const phdr = GLRO(dl_sysinfo_map)->l_phdr; in _dl_discover_osversion()
59 const ElfW(Word) phnum = GLRO(dl_sysinfo_map)->l_phnum; in _dl_discover_osversion()
64 + GLRO(dl_sysinfo_map)->l_addr); in _dl_discover_osversion()
A Ddl-vdso.h40 struct link_map *map = GLRO (dl_sysinfo_map); in dl_vdso_vsym()
52 lookup_t result = GLRO (dl_lookup_symbol_x) (name, map, &ref, in dl_vdso_vsym()
A Dsysdep-vdso.h35 __typeof (GLRO(dl_vdso_##name)) vdsop = GLRO(dl_vdso_##name); \
/sysdeps/s390/s390-64/
A Ddl-hwcaps-subdirs.c33 if (!(GLRO (dl_hwcap) & HWCAP_S390_VX)) in _dl_hwcaps_subdirs_active()
38 if (!((GLRO (dl_hwcap) & HWCAP_S390_VXD) in _dl_hwcaps_subdirs_active()
39 && (GLRO (dl_hwcap) & HWCAP_S390_VXE) in _dl_hwcaps_subdirs_active()
40 && (GLRO (dl_hwcap) & HWCAP_S390_GS))) in _dl_hwcaps_subdirs_active()
48 if (!((GLRO (dl_hwcap) & HWCAP_S390_VXRS_EXT2) in _dl_hwcaps_subdirs_active()
49 && (GLRO (dl_hwcap) & HWCAP_S390_VXRS_PDE))) in _dl_hwcaps_subdirs_active()
A Ddl-hwcap-check.h29 if (!(GLRO(dl_hwcap) & HWCAP_S390_VXRS_EXT2)) in dl_hwcap_check()
33 if (!(GLRO(dl_hwcap) & HWCAP_S390_VXE)) in dl_hwcap_check()
/sysdeps/aarch64/multiarch/
A Dinit-arch.h26 #define MTE_ENABLED() (GLRO(dl_hwcap2) & HWCAP2_MTE)
30 GLRO(dl_aarch64_cpu_features).midr_el1; \
32 GLRO(dl_aarch64_cpu_features).zva_size; \
34 HAVE_AARCH64_BTI && GLRO(dl_aarch64_cpu_features).bti; \
38 GLRO(dl_aarch64_cpu_features).sve;
/sysdeps/powerpc/powerpc64/le/
A Ddl-hwcap-check.h28 if ((GLRO (dl_hwcap2) & PPC_FEATURE2_ARCH_3_00) == 0) in dl_hwcap_check()
33 if ((GLRO (dl_hwcap2) & PPC_FEATURE2_HAS_IEEE128) == 0) in dl_hwcap_check()
41 if ((GLRO (dl_hwcap2) & PPC_FEATURE2_ARCH_3_1) == 0) in dl_hwcap_check()
46 if ((GLRO (dl_hwcap2) & PPC_FEATURE2_MMA) == 0) in dl_hwcap_check()
A Ddl-hwcaps-subdirs.c34 if ((GLRO (dl_hwcap2) & PPC_FEATURE2_ARCH_3_00) == 0 in _dl_hwcaps_subdirs_active()
35 || (GLRO (dl_hwcap2) & PPC_FEATURE2_HAS_IEEE128) == 0) in _dl_hwcaps_subdirs_active()
40 if ((GLRO (dl_hwcap2) & PPC_FEATURE2_ARCH_3_1) == 0 in _dl_hwcaps_subdirs_active()
41 || (GLRO (dl_hwcap2) & PPC_FEATURE2_MMA) == 0) in _dl_hwcaps_subdirs_active()
/sysdeps/powerpc/powerpc64/multiarch/
A Dmemset.c47 && GLRO(dl_cache_line_size) == 128)
52 && GLRO(dl_cache_line_size) == 128)
55 && GLRO(dl_cache_line_size) == 128)
58 && GLRO(dl_cache_line_size) == 128)
61 && GLRO(dl_cache_line_size) == 128)
/sysdeps/unix/sysv/linux/x86/
A Ddl-minsigstacksize.h24 if (GLRO(dl_minsigstacksize) != 0) in dl_check_minsigstacksize()
74 GLRO(dl_minsigstacksize) = sigframe_size; in dl_check_minsigstacksize()
81 GLRO(dl_minsigstacksize) = MINSIGSTKSZ; in dl_check_minsigstacksize()
/sysdeps/unix/sysv/linux/powerpc/
A Ddl-auxv.h22 int GLRO(dl_cache_line_size);
29 GLRO(dl_cache_line_size) = av->a_un.a_val; \
/sysdeps/unix/sysv/linux/sparc/
A Dgetshmlba.c25 uint64_t hwcap = GLRO(dl_hwcap); in __getshmlba()
26 int pgsz = GLRO(dl_pagesize); in __getshmlba()
/sysdeps/unix/sysv/linux/m68k/
A Dgetpagesize.c32 if (GLRO(dl_pagesize) != 0) in __getpagesize()
33 return GLRO(dl_pagesize); in __getpagesize()
/sysdeps/sparc/
A Ddl-procinfo.h41 _dl_printf (" %s", GLRO(dl_sparc_cap_flags)[i]); in _dl_procinfo()
52 return GLRO(dl_sparc_cap_flags)[idx]; in _dl_hwcap_string()
62 if (strcmp (str, GLRO(dl_sparc_cap_flags) [i]) == 0) in _dl_string_hwcap()
/sysdeps/unix/sysv/linux/generic/
A Ddl-origin.c62 if (GLRO(dl_origin_path) != NULL) in _dl_get_origin()
64 size_t len = strlen (GLRO(dl_origin_path)); in _dl_get_origin()
70 char *cp = __mempcpy (result, GLRO(dl_origin_path), len); in _dl_get_origin()
/sysdeps/aarch64/
A Ddl-irel.h38 arg._hwcap = GLRO(dl_hwcap); in elf_ifunc_invoke()
39 arg._hwcap2 = GLRO(dl_hwcap2); in elf_ifunc_invoke()
41 (GLRO(dl_hwcap) | _IFUNC_ARG_HWCAP, &arg); in elf_ifunc_invoke()
/sysdeps/unix/sysv/linux/aarch64/
A Dcpu-features.c80 if (GLRO (dl_hwcap) & HWCAP_CPUID) in init_cpu_features()
96 cpu_features->bti = GLRO (dl_hwcap2) & HWCAP2_BTI; in init_cpu_features()
105 cpu_features->mte_state = (GLRO (dl_hwcap2) & HWCAP2_MTE) ? mte_state : 0; in init_cpu_features()
122 cpu_features->sve = GLRO (dl_hwcap) & HWCAP_SVE; in init_cpu_features()
/sysdeps/powerpc/
A Dhwcapinfo.c37 __tcb_platform = _dl_string_platform (GLRO (dl_platform)); in __tcb_parse_hwcap_and_convert_at_platform()
40 h1 = GLRO (dl_hwcap); in __tcb_parse_hwcap_and_convert_at_platform()
41 h2 = GLRO (dl_hwcap2); in __tcb_parse_hwcap_and_convert_at_platform()
/sysdeps/s390/
A Ddl-procinfo.h81 return GLRO(dl_s390_cap_flags)[idx]; in _dl_hwcap_string()
92 if (strcmp (str, GLRO(dl_s390_cap_flags)[i]) == 0) in _dl_string_hwcap()
107 if (strcmp (str, GLRO(dl_s390_platforms)[i]) == 0) in _dl_string_platform()
/sysdeps/sparc/sparc32/
A Ddl-machine.h44 return GLRO(dl_hwcap) & hwcap_mask & HWCAP_SPARC_V9; in elf_machine_matches_host()
46 return GLRO(dl_hwcap) & HWCAP_SPARC_V9; in elf_machine_matches_host()
122 if (GLRO(dl_profile) != NULL in elf_machine_runtime_setup()
123 && _dl_name_match_p (GLRO(dl_profile), l)) in elf_machine_runtime_setup()
157 const int do_flush = GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH; in elf_machine_runtime_setup()
306 const int do_flush = GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH; in elf_machine_fixup_plt()
410 || (GLRO(dl_verbose) && sym->st_size < refsym->st_size)) in elf_machine_rela()
429 value = ((Elf32_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_rela()
434 value = ((Elf32_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_rela()
442 const int do_flush = GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH; in elf_machine_rela()
[all …]
/sysdeps/nptl/
A Dpthread_early_init.h45 const uintptr_t pagesz = GLRO(dl_pagesize); in __pthread_early_init()
54 __default_pthread_attr.internal.guardsize = GLRO (dl_pagesize); in __pthread_early_init()

Completed in 32 milliseconds

12345