Symbol: __dso_hidden
lib/csu/arm/md_init.h
40
extern __dso_hidden type symbol[]; \
lib/csu/arm/md_init.h
46
extern __dso_hidden type symbol[]; \
lib/csu/boot.h
51
#define REDIRECT_SYSCALL(x) typeof(x) x asm("_libc_"#x) __dso_hidden
lib/csu/crt0.c
63
extern __dso_hidden unsigned char _etext, _eprol;
lib/csu/crt0.c
76
extern __dso_hidden initarray_f __preinit_array_start[],
lib/csu/crt0.c
79
extern char __csu_do_fini_array __dso_hidden;
lib/csu/crtbegin.c
148
char __csu_do_fini_array __dso_hidden = 0;
lib/csu/crtbegin.c
149
extern __dso_hidden init_f __fini_array_start[], __fini_array_end[];
lib/csu/crtbegin.c
82
long __guard_local __dso_hidden __attribute__((section(".openbsd.randomdata")));
lib/csu/crtbeginS.c
69
long __guard_local __dso_hidden __attribute__((section(".openbsd.randomdata")));
lib/csu/extern.h
17
void __init(void) __dso_hidden;
lib/csu/extern.h
37
extern __dso_hidden type symbol[]; \
lib/csu/extern.h
43
extern __dso_hidden type symbol[]; \
lib/csu/hppa/boot_md.h
51
#define REDIRECT_SYSCALL(x) typeof(x) x asm("_libc_"#x) __dso_hidden
lib/csu/hppa/md_init.h
31
extern __dso_hidden type symbol[]; \
lib/csu/hppa/md_init.h
37
extern __dso_hidden type symbol[]; \
lib/csu/mips64/boot_md.h
51
#define REDIRECT_SYSCALL(x) typeof(x) x asm("_libc_"#x) __dso_hidden
lib/libc/arch/sparc64/fpu/fpu_qp.c
36
__dso_hidden void _Qp_ ## op(u_int *c, u_int *a, u_int *b); \
lib/libc/dlfcn/init.c
80
void _libc_preinit(int, char **, char **, dl_cb_cb *) __dso_hidden;
lib/libc/include/namespace.h
46
#define PROTO_NORMAL(x) __dso_hidden typeof(x) x asm(HIDDEN_STRING(x))
lib/libc/include/namespace.h
49
#define PROTO_CANCEL(x) __dso_hidden typeof(x) HIDDEN(x), \
lib/libc/include/namespace.h
73
#define MAKE_CLONE(dst, src) __dso_hidden typeof(dst) HIDDEN(dst) \
lib/libc/sys/stack_protector.c
47
long __guard_local __dso_hidden __attribute__((section(".openbsd.randomdata")));
lib/libedit/sys.h
62
#define protected __dso_hidden
lib/libfuse/fuse_private.h
157
#define PROTO(x) __dso_hidden typeof(x) x asm("__"#x)
lib/libkvm/kvm_private.h
116
#define PROTO(x) __dso_hidden typeof(x) x asm("__"#x)
lib/libm/hidden/namespace.h
107
__dso_hidden typeof(HIDDEN(x##l)) HIDDEN(x##l) \
lib/libm/hidden/namespace.h
110
__dso_hidden typeof(HIDDEN(x##l)) HIDDEN(x##l) \
lib/libm/hidden/namespace.h
96
#define PROTO_NORMAL(x) __dso_hidden typeof(x) HIDDEN(x), x asm(HIDDEN_STRING(x))
lib/librthread/namespace.h
35
#define PROTO_NORMAL(x) __dso_hidden typeof(x) x asm(HIDDEN_STRING(x))
libexec/ld.so/aarch64/rtld_machine.c
41
int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden;
libexec/ld.so/alpha/rtld_machine.c
222
void _dl_bind_start(void) __dso_hidden; /* XXX */
libexec/ld.so/alpha/rtld_machine.c
46
int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden;
libexec/ld.so/amd64/rtld_machine.c
78
int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden;
libexec/ld.so/arm/rtld_machine.c
41
int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden;
libexec/ld.so/hppa/rtld_machine.c
59
int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden;
libexec/ld.so/i386/rtld_machine.c
78
int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden;
libexec/ld.so/m88k/rtld_machine.c
60
int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden;
libexec/ld.so/mips64/rtld_machine.c
41
int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden;
libexec/ld.so/powerpc/rtld_machine.c
44
int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden;
libexec/ld.so/powerpc64/rtld_machine.c
43
int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden;
libexec/ld.so/riscv64/rtld_machine.c
41
int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden;
libexec/ld.so/sh/rtld_machine.c
42
int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden;
libexec/ld.so/sparc64/rtld_machine.c
79
int64_t pcookie __attribute__((section(".openbsd.randomdata"))) __dso_hidden;
libexec/ld.so/tib.c
33
__dso_hidden void *allocate_tib(size_t);
libexec/ld.so/util.c
44
long __guard_local __dso_hidden __attribute__((section(".openbsd.randomdata")));