Searched refs:__relro (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libc/dlfcn/
H A Dinit.c62 struct dl_phdr_info _static_phdr_info __relro = { .dlpi_name = "a.out" }; variable in typeref:struct:_static_phdr_info
72 const dl_cb *_dl_cb __relro = NULL; variable
238 static void *static_tls __relro; variable
239 static size_t static_tls_fsize __relro; variable
241 size_t _static_tls_size __relro = 0; variable
242 int _static_tls_align __relro; variable
243 int _static_tls_align_offset __relro; variable
/openbsd-current/lib/libc/include/
H A Dnamespace.h76 #define __relro __attribute__((section(".data.rel.ro"))) macro
/openbsd-current/libexec/ld.so/
H A Dloader.c66 int _dl_pagesz __relro = 4096; variable
67 int _dl_bindnow __relro = 0; variable
68 int _dl_debug __relro = 0; variable
69 int _dl_trust __relro = 0; variable
70 char **_dl_libpath __relro = NULL; variable
71 const char **_dl_argv __relro = NULL; variable
72 int _dl_argc __relro = 0; variable
H A Dresolve.h37 #define __relro __attribute__((section(".data.rel.ro"))) macro
H A Dmalloc.c141 static struct malloc_readonly mopts __relro; variable in typeref:struct:mopts

Completed in 146 milliseconds