Home
last modified time | relevance | path

Searched defs:attribute_relro (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/sysdeps/nptl/
Ddl-mutex.c25 __typeof (pthread_mutex_lock) *___rtld_mutex_lock attribute_relro; variable
26 __typeof (pthread_mutex_unlock) *___rtld_mutex_unlock attribute_relro; variable
Ddl-tls_init_tp.c48 const unsigned int __rseq_size attribute_relro; variable
49 const ptrdiff_t __rseq_offset attribute_relro; variable
/glibc-2.36/elf/
Ddl-minimal.c35 __typeof (calloc) *__rtld_calloc attribute_relro; variable
36 __typeof (free) *__rtld_free attribute_relro; variable
37 __typeof (malloc) *__rtld_malloc attribute_relro; variable
38 __typeof (realloc) *__rtld_realloc attribute_relro; variable
Ddl-find_object.c62 static struct dl_find_object_internal _dlfo_main attribute_relro; variable
70 static uintptr_t _dlfo_nodelete_mappings_end attribute_relro; variable
71 static size_t _dlfo_nodelete_mappings_size attribute_relro; variable
73 attribute_relro; variable
Ddl-load.c92 int __stack_prot attribute_hidden attribute_relro variable
103 struct r_search_path_struct __rtld_env_path_list attribute_relro; variable
107 static const struct r_strlenpair *capstr attribute_relro; variable
108 static size_t ncapstr attribute_relro; variable
109 static size_t max_capstrlen attribute_relro; variable
463 struct r_search_path_struct __rtld_search_dirs attribute_relro; variable
Drtld.c160 char **_dl_argv attribute_relro = NULL; variable
351 struct rtld_global_ro _rtld_global_ro attribute_relro = variable
/glibc-2.36/sysdeps/unix/sysv/linux/
Ddl-sysdep.c54 int __libc_enable_secure attribute_relro = 0; variable
/glibc-2.36/csu/
Dlibc-start.c50 uintptr_t __stack_chk_guard attribute_relro; variable
/glibc-2.36/include/
Dlibc-symbols.h429 #define attribute_relro __attribute__ ((section (".data.rel.ro"))) macro