Home
last modified time | relevance | path

Searched refs:hidden (Results 1 – 25 of 1247) sorted by relevance

12345678910>>...50

/netbsd-src/sys/lib/libkern/arch/sh3/
H A Dashiftrt.S33 .hidden __ashiftrt_r4_0
34 .hidden __ashiftrt_r4_1
35 .hidden __ashiftrt_r4_2
36 .hidden __ashiftrt_r4_3
37 .hidden __ashiftrt_r4_4
38 .hidden __ashiftrt_r4_5
39 .hidden __ashiftrt_r4_6
40 .hidden __ashiftrt_r4_7
41 .hidden __ashiftrt_r4_8
42 .hidden __ashiftrt_r4_9
[all …]
H A DmovstrSI.S33 .hidden __movstrSI4, __movmemSI4
34 .hidden __movstrSI8, __movmemSI8
35 .hidden __movstrSI12, __movmemSI12
36 .hidden __movstrSI16, __movmemSI16
37 .hidden __movstrSI20, __movmemSI20
38 .hidden __movstrSI24, __movmemSI24
39 .hidden __movstrSI28, __movmemSI28
40 .hidden __movstrSI32, __movmemSI32
41 .hidden __movstrSI36, __movmemSI36
42 .hidden __movstrSI40, __movmemSI40
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ieee/
H A Dieee_exceptions.F9040 integer :: hidden component
56 character(len=GFC_FPE_STATE_BUFFER_SIZE) :: hidden component
92 call helper(STATUS_VALUE%hidden)
107 call helper(STATUS_VALUE%hidden)
123 FLAG_VALUE = (IAND(helper(), FLAG%hidden) /= 0)
139 call helper(FLAG%hidden, 0)
141 call helper(0, FLAG%hidden)
158 HALTING = (IAND(helper(), FLAG%hidden) /= 0)
174 call helper(FLAG%hidden, 0)
176 call helper(0, FLAG%hidden)
[all …]
H A Dieee_arithmetic.F9048 integer :: hidden component
68 integer :: hidden component
815 res = (X%hidden == Y%hidden)
821 res = (X%hidden /= Y%hidden)
827 res = (X%hidden == Y%hidden)
833 res = (X%hidden /= Y%hidden)
928 res = _gfortrani_ieee_value_helper_4(CLASS%hidden)
942 res = _gfortrani_ieee_value_helper_8(CLASS%hidden)
957 res = _gfortrani_ieee_value_helper_10(CLASS%hidden)
974 res = _gfortrani_ieee_value_helper_16(CLASS%hidden)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ieee/
H A Dieee_exceptions.F9040 integer :: hidden component
56 character(len=GFC_FPE_STATE_BUFFER_SIZE) :: hidden component
92 call helper(STATUS_VALUE%hidden)
107 call helper(STATUS_VALUE%hidden)
123 FLAG_VALUE = (IAND(helper(), FLAG%hidden) /= 0)
139 call helper(FLAG%hidden, 0)
141 call helper(0, FLAG%hidden)
158 HALTING = (IAND(helper(), FLAG%hidden) /= 0)
174 call helper(FLAG%hidden, 0)
176 call helper(0, FLAG%hidden)
[all …]
H A Dieee_arithmetic.F9048 integer :: hidden component
68 integer :: hidden component
815 res = (X%hidden == Y%hidden)
821 res = (X%hidden /= Y%hidden)
827 res = (X%hidden == Y%hidden)
833 res = (X%hidden /= Y%hidden)
923 select case (CLASS%hidden)
990 select case (CLASS%hidden)
1058 select case (CLASS%hidden)
1128 select case (CLASS%hidden)
[all …]
/netbsd-src/sys/arch/alpha/alpha/
H A Dlinux_syscall.c147 u_int hidden, nargs; in linux_syscall_plain() local
159 hidden = 1; in linux_syscall_plain()
162 hidden = 0; in linux_syscall_plain()
169 nargs = callp->sy_narg + hidden; in linux_syscall_plain()
194 args += hidden; in linux_syscall_plain()
229 u_int hidden, nargs; in linux_syscall_fancy() local
241 hidden = 1; in linux_syscall_fancy()
244 hidden = 0; in linux_syscall_fancy()
251 nargs = callp->sy_narg + hidden; in linux_syscall_fancy()
278 args += hidden; in linux_syscall_fancy()
H A Dsyscall.c137 u_int hidden, nargs; in syscall() local
153 hidden = 1; in syscall()
156 hidden = 0; in syscall()
163 nargs = callp->sy_narg + hidden; in syscall()
189 args += hidden; in syscall()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/m4/
H A Dvisibility.m410 dnl -fvisibility=hidden and the function and variable attributes
11 dnl __attribute__((__visibility__("hidden"))) and
18 dnl Does *not* test for #pragma GCC visibility push(hidden) - which is
32 CFLAGS="$CFLAGS -fvisibility=hidden"
34 [extern __attribute__((__visibility__("hidden"))) int hiddenvar;
36 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
44 CFLAG_VISIBILITY="-fvisibility=hidden"
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/
H A Dvisibility.m410 dnl -fvisibility=hidden and the function and variable attributes
11 dnl __attribute__((__visibility__("hidden"))) and
18 dnl Does *not* test for #pragma GCC visibility push(hidden) - which is
32 CFLAGS="$CFLAGS -fvisibility=hidden"
34 [extern __attribute__((__visibility__("hidden"))) int hiddenvar;
36 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
44 CFLAG_VISIBILITY="-fvisibility=hidden"
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLTOVisibility.rst20 violation to define a class with hidden LTO visibility in multiple linkage
23 control flow integrity features can only be applied to classes with hidden LTO
31 targeting non-Windows platforms, classes with a visibility other than hidden
34 other classes receive hidden LTO visibility. Classes with internal linkage
35 (e.g. classes declared in unnamed namespaces) also receive hidden LTO
39 to hidden LTO visibility when the ``--lto-whole-program-visibility`` lld linker
41 can be used to defer specifying whether classes have hidden LTO visibility until
43 Due to an implementation limitation, symbols associated with classes with hidden
45 unsafe to refer to these symbols, and their visibility may be relaxed to hidden
53 two cases where it may wrongly infer hidden LTO visibility.
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dopt-no-action.exp2 echo '.BEGIN: hidden command'
5 echo 'main: hidden command'
8 run-always: hidden command
10 echo '.END: hidden command'
H A Dsh-dots.exp2 hidden hidden
5 hidden delayed hidden
H A Dsh-dots.mk9 all: first hidden repeated commented indirect indirect-space
20 hidden: .IGNORE
21 @echo hidden ${.TARGET}
23 @echo hidden delayed ${.TARGET}
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dvisibility.m410 dnl -fvisibility=hidden and the function and variable attributes
11 dnl __attribute__((__visibility__("hidden"))) and
18 dnl Does *not* test for #pragma GCC visibility push(hidden) - which is
46 CFLAGS="$CFLAGS -fvisibility=hidden"
57 [[extern __attribute__((__visibility__("hidden"))) int hiddenvar;
59 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
74 CFLAG_VISIBILITY="-fvisibility=hidden"
/netbsd-src/lib/csu/arch/vax/
H A Dcrtbegin.S58 .hidden __dso_handle
83 .hidden __do_global_dtors_aux
133 .hidden __do_global_ctors_aux
177 .hidden _C_LABEL(__CTOR_LIST_END__)
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-fast.in106 ${klist} --hidden | grep fast_avail > /dev/null || { exit 1; }
116 ${aklist} --hidden | grep fast_avail > /dev/null || { exit 1; }
133 ${klist} --hidden | grep fast_avail > /dev/null || { exit 1; }
159 ${aklist} --hidden | grep fast_avail > /dev/null || { exit 1; }
170 ${klist} --hidden | grep fast_avail > /dev/null || { exit 1; }
/netbsd-src/external/apache2/llvm/autoconf/autoconf/m4/
H A Dvisibility_inlines_hidden.m42 # Determine if the compiler accepts -fvisibility-inlines-hidden
7 [AC_CACHE_CHECK([for compiler -fvisibility-inlines-hidden option],
11 CXXFLAGS="$CXXFLAGS -O0 -fvisibility-inlines-hidden -Werror"
/netbsd-src/common/lib/libc/arch/m68k/atomic/
H A Datomic_cas_68000.S38 .hidden _C_LABEL(_atomic_cas_up)
52 .hidden _C_LABEL(_atomic_cas_16_up)
67 .hidden _C_LABEL(_atomic_cas_8_up)
/netbsd-src/common/lib/libc/arch/hppa/atomic/
H A Datomic_cas_up.S36 .hidden _C_LABEL(_atomic_cas_up)
49 .hidden _C_LABEL(_atomic_cas_16_up)
61 .hidden _C_LABEL(_atomic_cas_8_up)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dppc-asm.h285 .hidden FUNC_NAME(name);
308 .hidden name; \
309 .hidden GLUE(.,name);
339 .hidden name; \
340 .hidden GLUE(.,name);
361 .hidden FUNC_NAME(name);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dppc-asm.h285 .hidden FUNC_NAME(name);
308 .hidden name; \
309 .hidden GLUE(.,name);
339 .hidden name; \
340 .hidden GLUE(.,name);
361 .hidden FUNC_NAME(name);
/netbsd-src/external/bsd/elftosb/dist/common/
H A Doptions.cpp355 : hidden(0), spec(decl) in OptionSpec()
361 OptionSpec(const OptionSpec & cp) : hidden(cp.hidden), spec(cp.spec) {} in OptionSpec()
370 hidden = cp.hidden; in operator =()
380 hidden = 0; in operator =()
399 isHiddenOpt(void) const { return hidden; } in isHiddenOpt()
448 if ((! hidden) && (*spec == '-')) { in CheckHidden()
449 ++hidden; in CheckHidden()
454 unsigned hidden : 1; // hidden-flag member in OptionSpec
/netbsd-src/common/lib/libc/arch/sparc/atomic/
H A Datomic_cas_up.S35 .hidden _C_LABEL(_atomic_cas_up)
47 .hidden _C_LABEL(_atomic_cas_16_up)
59 .hidden _C_LABEL(_atomic_cas_8_up)
/netbsd-src/external/mit/xorg/lib/pixman/
H A DMakefile53 COPTS.pixman-mmx.c= -mmmx -fvisibility=hidden
61 COPTS.pixman-sse2.c= -msse2 -fvisibility=hidden
62 COPTS.pixman-ssse3.c= -msse3 -mssse3 -fvisibility=hidden
64 MKDEPFLAGS+= -msse2 -msse3 -mssse3 -fvisibility=hidden

12345678910>>...50