Searched refs:__dso_hidden (Results 1 - 25 of 34) sorted by relevance

12

/openbsd-current/lib/csu/
H A Dextern.h17 void __init(void) __dso_hidden;
37 extern __dso_hidden type symbol[]; \
43 extern __dso_hidden type symbol[]; \
H A Dcrtbegin.c82 long __guard_local __dso_hidden __attribute__((section(".openbsd.randomdata"))); variable
148 char __csu_do_fini_array __dso_hidden = 0; variable
149 extern __dso_hidden init_f __fini_array_start[], __fini_array_end[];
H A Dcrt0.c63 extern __dso_hidden unsigned char _etext, _eprol;
76 extern __dso_hidden initarray_f __preinit_array_start[],
79 extern char __csu_do_fini_array __dso_hidden;
H A DcrtbeginS.c69 long __guard_local __dso_hidden __attribute__((section(".openbsd.randomdata"))); variable
H A Dboot.h51 #define REDIRECT_SYSCALL(x) typeof(x) x asm("_libc_"#x) __dso_hidden
/openbsd-current/lib/csu/arm/
H A Dmd_init.h40 extern __dso_hidden type symbol[]; \
46 extern __dso_hidden type symbol[]; \
/openbsd-current/lib/csu/hppa/
H A Dmd_init.h31 extern __dso_hidden type symbol[]; \
37 extern __dso_hidden type symbol[]; \
H A Dboot_md.h51 #define REDIRECT_SYSCALL(x) typeof(x) x asm("_libc_"#x) __dso_hidden
/openbsd-current/lib/libm/hidden/
H A Dnamespace.h83 #include <sys/cdefs.h> /* for __dso_hidden and __{weak,strong}_alias */
96 #define PROTO_NORMAL(x) __dso_hidden typeof(x) HIDDEN(x), x asm(HIDDEN_STRING(x))
107 __dso_hidden typeof(HIDDEN(x##l)) HIDDEN(x##l) \
110 __dso_hidden typeof(HIDDEN(x##l)) HIDDEN(x##l) \
/openbsd-current/lib/libc/include/
H A Dnamespace.h35 #include <sys/cdefs.h> /* for __dso_hidden and __{weak,strong}_alias */
46 #define PROTO_NORMAL(x) __dso_hidden typeof(x) x asm(HIDDEN_STRING(x))
49 #define PROTO_CANCEL(x) __dso_hidden typeof(x) HIDDEN(x), \
73 #define MAKE_CLONE(dst, src) __dso_hidden typeof(dst) HIDDEN(dst) \
/openbsd-current/lib/libedit/
H A Dsys.h62 #define protected __dso_hidden
/openbsd-current/lib/libc/sys/
H A Dstack_protector.c47 long __guard_local __dso_hidden __attribute__((section(".openbsd.randomdata"))); variable
/openbsd-current/lib/librthread/
H A Dnamespace.h22 #include <sys/cdefs.h> /* for __dso_hidden and __strong_alias */
35 #define PROTO_NORMAL(x) __dso_hidden typeof(x) x asm(HIDDEN_STRING(x))
/openbsd-current/libexec/ld.so/
H A Dutil.c44 long __guard_local __dso_hidden __attribute__((section(".openbsd.randomdata"))); variable
H A Dtib.c33 __dso_hidden void *allocate_tib(size_t);
/openbsd-current/lib/libkvm/
H A Dkvm_private.h116 #define PROTO(x) __dso_hidden typeof(x) x asm("__"#x)
/openbsd-current/sys/sys/
H A Dcdefs.h242 #define __dso_hidden __attribute__((__visibility__("hidden"))) macro
251 #define __dso_hidden macro
/openbsd-current/lib/libfuse/
H A Dfuse_private.h149 #define PROTO(x) __dso_hidden typeof(x) x asm("__"#x)
/openbsd-current/libexec/ld.so/alpha/
H A Drtld_machine.c46 int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden; variable
222 void _dl_bind_start(void) __dso_hidden; /* XXX */
/openbsd-current/lib/csu/mips64/
H A Dboot_md.h51 #define REDIRECT_SYSCALL(x) typeof(x) x asm("_libc_"#x) __dso_hidden
/openbsd-current/libexec/ld.so/mips64/
H A Drtld_machine.c41 int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden; variable
/openbsd-current/lib/libc/dlfcn/
H A Dinit.c77 void _libc_preinit(int, char **, char **, dl_cb_cb *) __dso_hidden;
/openbsd-current/lib/libc/arch/sparc64/fpu/
H A Dfpu_qp.c36 __dso_hidden void _Qp_ ## op(u_int *c, u_int *a, u_int *b); \
/openbsd-current/libexec/ld.so/powerpc/
H A Drtld_machine.c44 int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden; variable
/openbsd-current/libexec/ld.so/m88k/
H A Drtld_machine.c60 int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden; variable

Completed in 343 milliseconds

12