Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/dlfcn/
Dinit.c64 struct dl_phdr_info _static_phdr_info __relro = { .dlpi_name = "a.out" }; variable
74 const dl_cb *_dl_cb __relro = NULL; variable
250 static void *static_tls __relro; variable
251 static size_t static_tls_fsize __relro; variable
253 size_t _static_tls_size __relro = 0; variable
254 int _static_tls_align __relro; variable
255 int _static_tls_align_offset __relro; variable
/openbsd/src/libexec/ld.so/
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
Dresolve.h37 #define __relro __attribute__((section(".data.rel.ro"))) macro
Dmalloc.c141 static struct malloc_readonly mopts __relro; variable
/openbsd/src/lib/libc/include/
Dnamespace.h76 #define __relro __attribute__((section(".data.rel.ro"))) macro