Searched refs:bti (Results 1 – 9 of 9) sorted by relevance
/sysdeps/aarch64/ |
A D | Makefile | 3 ifeq (yes,$(aarch64-bti)) 5 sysdep-LDFLAGS += -Wl,-z,force-bti 8 LDFLAGS-rtld += -Wl,-z,force-bti,--fatal-warnings 12 sysdep-dl-routines += dl-bti
|
A D | dl-prop.h | 48 if (!GLRO(dl_aarch64_cpu_features).bti) in _dl_process_gnu_property()
|
A D | dl-bti.c | 81 if (!GLRO(dl_aarch64_cpu_features).bti) in _dl_bti_check()
|
A D | configure.ac | 31 # Only consider BTI supported if -mbranch-protection=bti is 46 LIBC_CONFIG_VAR([aarch64-bti], [$libc_cv_aarch64_bti])
|
A D | configure | 185 # Only consider BTI supported if -mbranch-protection=bti is 223 aarch64-bti = $libc_cv_aarch64_bti"
|
/sysdeps/aarch64/multiarch/ |
A D | init-arch.h | 33 bool __attribute__((unused)) bti = \ 34 HAVE_AARCH64_BTI && GLRO(dl_aarch64_cpu_features).bti; \
|
A D | ifunc-impl-list.c | 43 IFUNC_IMPL_ADD (array, i, memcpy, !bti, __memcpy_thunderx2) in __libc_ifunc_impl_list() 52 IFUNC_IMPL_ADD (array, i, memmove, !bti, __memmove_thunderx2) in __libc_ifunc_impl_list()
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | cpu-features.c | 96 cpu_features->bti = GLRO (dl_hwcap2) & HWCAP2_BTI; in init_cpu_features()
|
A D | cpu-features.h | 75 bool bti; member
|
Completed in 7 milliseconds