Home
last modified time | relevance | path

Searched refs:attribute_relro (Results 1 – 5 of 5) sorted by relevance

/elf/
A Ddl-minimal.c35 __typeof (calloc) *__rtld_calloc attribute_relro;
36 __typeof (free) *__rtld_free attribute_relro;
37 __typeof (malloc) *__rtld_malloc attribute_relro;
38 __typeof (realloc) *__rtld_realloc attribute_relro;
A Ddl-sysdep.c57 int __libc_enable_secure attribute_relro = 0; variable
60 void *__libc_stack_end attribute_relro = NULL;
62 void *_dl_random attribute_relro = NULL;
A Ddl-find_object.c61 static struct dl_find_object_internal _dlfo_main attribute_relro; variable
69 static uintptr_t _dlfo_nodelete_mappings_end attribute_relro; variable
70 static size_t _dlfo_nodelete_mappings_size attribute_relro; variable
72 attribute_relro; variable
A Drtld.c162 int _dl_argc attribute_relro attribute_hidden;
163 char **_dl_argv attribute_relro = NULL; variable
164 unsigned int _dl_skip_args attribute_relro attribute_hidden;
171 uintptr_t __stack_chk_guard attribute_relro;
176 uintptr_t __pointer_chk_guard_local attribute_relro attribute_hidden;
356 struct rtld_global_ro _rtld_global_ro attribute_relro = variable
405 RLTD_TIMING_DECLARE (load_time, static, attribute_relro);
406 RLTD_TIMING_DECLARE (start_time, static, attribute_relro);
A 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

Completed in 14 milliseconds