Searched refs:__relro (Results 1 – 5 of 5) sorted by relevance
64 struct dl_phdr_info _static_phdr_info __relro = { .dlpi_name = "a.out" }; variable74 const dl_cb *_dl_cb __relro = NULL; variable250 static void *static_tls __relro; variable251 static size_t static_tls_fsize __relro; variable253 size_t _static_tls_size __relro = 0; variable254 int _static_tls_align __relro; variable255 int _static_tls_align_offset __relro; variable
66 int _dl_pagesz __relro = 4096; variable67 int _dl_bindnow __relro = 0; variable68 int _dl_debug __relro = 0; variable69 int _dl_trust __relro = 0; variable70 char **_dl_libpath __relro = NULL; variable71 const char **_dl_argv __relro = NULL; variable72 int _dl_argc __relro = 0; variable
37 #define __relro __attribute__((section(".data.rel.ro"))) macro
141 static struct malloc_readonly mopts __relro; variable
76 #define __relro __attribute__((section(".data.rel.ro"))) macro