Home
last modified time | relevance | path

Searched refs:HIDDEN (Results 1 – 25 of 61) sorted by relevance

123

/openbsd/lib/libm/hidden/
H A Dnamespace.h93 #define HIDDEN(x) _libm_##x macro
96 #define PROTO_NORMAL(x) __dso_hidden typeof(x) HIDDEN(x), x asm(HIDDEN_STRING(x))
97 #define PROTO_STD_DEPRECATED(x) typeof(x) HIDDEN(x), x __attribute__((deprecated))
100 #define DEF_STD(x) __strong_alias(x, HIDDEN(x))
101 #define DEF_NONSTD(x) WEAK_IN_STATIC_ALIAS(x, HIDDEN(x))
104 #define LDBL_UNUSED_CLONE(x) __strong_alias(x##l, HIDDEN(x))
105 #define LDBL_NONSTD_UNUSED_CLONE(x) WEAK_IN_STATIC_ALIAS(x##l, HIDDEN(x))
107 __dso_hidden typeof(HIDDEN(x##l)) HIDDEN(x##l) \
110 __dso_hidden typeof(HIDDEN(x##l)) HIDDEN(x##l) \
114 # define LDBL_PROTO_NORMAL(x) typeof(x) HIDDEN(x)
[all …]
/openbsd/lib/libc/sys/
H A Dw_fcntl.c35 ret = HIDDEN(fcntl)(fd, cmd, va_arg(ap, int)); in fcntl()
41 ret = HIDDEN(fcntl)(fd, cmd); in fcntl()
45 ret = HIDDEN(fcntl)(fd, cmd, va_arg(ap, struct flock *)); in fcntl()
49 ret = HIDDEN(fcntl)(fd, cmd, va_arg(ap, struct flock *)); in fcntl()
53 ret = HIDDEN(fcntl)(fd, cmd, va_arg(ap, void *)); in fcntl()
H A DMakefile.inc115 HIDDEN= ___realpath.o ___getcwd.o fork.o sigaction.o _ptrace.o ${CANCEL:=.o} \
117 PHIDDEN=${HIDDEN:.o=.po}
118 SHIDDEN=${HIDDEN:.o=.so}
119 DHIDDEN=${HIDDEN:.o=.do}
121 OBJS+= ${ASM} ${ASM_NOERR} ${PSEUDO} ${PSEUDO_NOERR} ${HIDDEN}
177 ${HIDDEN}: ; @${GENERATE.rsyscall_hidden} | ${FINISH.o}
H A Dw_closefrom.c27 ret = HIDDEN(closefrom)(fd); in closefrom()
H A Dw_fsync.c27 ret = HIDDEN(fsync)(fd); in fsync()
H A Dw_close.c27 ret = HIDDEN(close)(fd); in close()
H A Dw_nanosleep.c27 ret = HIDDEN(nanosleep)(timeout, remainder); in nanosleep()
H A Dw_msync.c27 ret = HIDDEN(msync)(addr, len, flags); in msync()
H A Dw_accept.c27 ret = HIDDEN(accept)(s, addr, addrlen); in accept()
H A Dw_connect.c27 ret = HIDDEN(connect)(s, name, namelen); in connect()
H A Dw_poll.c27 ret = HIDDEN(poll)(fds, nfds, timeout); in poll()
H A Dw_msgsnd.c27 ret = HIDDEN(msgsnd)(msqid, msgp, msgsz, msgflg); in msgsnd()
H A Dw_readv.c27 ret = HIDDEN(readv)(fd, iov, iovcnt); in readv()
H A Dw_read.c27 ret = HIDDEN(read)(fd, buf, nbytes); in read()
/openbsd/lib/libc/include/
H A Dnamespace.h39 #define HIDDEN(x) _libc_##x macro
49 #define PROTO_CANCEL(x) __dso_hidden typeof(x) HIDDEN(x), \
54 #define DEF_STRONG(x) __strong_alias(x, HIDDEN(x))
55 #define DEF_WEAK(x) __weak_alias(x, HIDDEN(x))
58 #define DEF_SYS(x) __strong_alias(_thread_sys_##x, HIDDEN(x))
73 #define MAKE_CLONE(dst, src) __dso_hidden typeof(dst) HIDDEN(dst) \
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dassembly.h30 #define HIDDEN(name) .private_extern name macro
41 #define HIDDEN(name) .hidden name macro
60 #define HIDDEN(name) macro
214 HIDDEN(SYMBOL_NAME(name)) SEPARATOR
216 HIDDEN(name) SEPARATOR
245 HIDDEN(SYMBOL_NAME(name)) SEPARATOR \
253 HIDDEN(name) SEPARATOR \
/openbsd/lib/librthread/
H A Dnamespace.h32 #define HIDDEN(x) _libpthread_##x macro
39 #define DEF_STD(x) __strong_alias(x, HIDDEN(x))
40 #define DEF_NONSTD(x) WEAK_IN_STATIC_ALIAS(x, HIDDEN(x))
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dfpgnulib.c55 #define HIDDEN (1L << 23L) macro
58 #define MANT(fp) (((fp) & 0x7FFFFFL) | HIDDEN)
114 if (EXP(fl.l) == EXP(~0u) && (MANT(fl.l) & ~HIDDEN) != 0) in __unordsf2()
117 if (EXP(fl.l) == EXP(~0u) && (MANT(fl.l) & ~HIDDEN) != 0) in __unordsf2()
252 mant = MANT (fl1.l) & ~HIDDEN; in __extendsfdf2()
257 while (!(mant & HIDDEN)) in __extendsfdf2()
262 mant &= ~HIDDEN; in __extendsfdf2()
315 mant &= ~HIDDEN; in __truncdfsf2()
/openbsd/lib/libc/gen/
H A Dshm_open.c64 fd = HIDDEN(open)(shmpath, flags, mode); in shm_open()
68 HIDDEN(close)(fd); in shm_open()
73 HIDDEN(close)(fd); in shm_open()
H A Dscandir.c163 fd = HIDDEN(openat)(dirfd, dirname, O_RDONLY | O_DIRECTORY | O_CLOEXEC); in scandirat()
168 HIDDEN(close)(fd); in scandirat()
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/
H A Dfixdfdi.h175 #define HIDDEN (1 << 23) macro
176 #define MANT(fp) (((fp.l) & 0x7FFFFF) | HIDDEN)
243 #define HIDDEN (1 << 23) macro
244 #define MANT(fp) (((fp.l) & 0x7FFFFF) | HIDDEN)
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfloatlib.c59 #define HIDDEN (1 << 23) macro
62 #define MANT(fp) (((fp) & 0x7FFFFF) | HIDDEN)
187 mant1 &= ~HIDDEN; in __addsf3()
280 if (result & (HIDDEN<<1)) { in __mulsf3()
285 result &= ~HIDDEN; in __mulsf3()
352 result &= ~HIDDEN; in __divsf3()
490 dl.l.upper |= (MANT (fl1.l) & ~HIDDEN) >> 3; in __extendsfdf2()
526 mant &= ~HIDDEN; in __truncdfsf2()
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dfpgnulib.c55 #define HIDDEN (1L << 23L) macro
58 #define MANT(fp) (((fp) & 0x7FFFFFL) | HIDDEN)
181 dl.l.upper |= (MANT (fl1.l) & ~HIDDEN) >> 3; in __extendsfdf2()
217 mant &= ~HIDDEN; in __truncdfsf2()
/openbsd/gnu/gcc/gcc/config/s390/
H A Dfixdfdi.h325 #define HIDDEN (1 << 23) macro
326 #define MANT(fp) (((fp.l) & 0x7FFFFF) | HIDDEN)
393 #define HIDDEN (1 << 23) macro
394 #define MANT(fp) (((fp.l) & 0x7FFFFF) | HIDDEN)
/openbsd/lib/libc/termios/
H A Dtcsendbreak.c45 HIDDEN(nanosleep)(&sleepytime, NULL); in tcsendbreak()

123