| /netbsd-src/sys/lib/libkern/arch/sh3/ |
| H A D | ashiftrt.S | 33 .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 D | movstrSI.S | 33 .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 D | ieee_exceptions.F90 | 40 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 D | ieee_arithmetic.F90 | 48 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 D | ieee_exceptions.F90 | 40 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 D | ieee_arithmetic.F90 | 48 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 D | linux_syscall.c | 147 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 D | syscall.c | 137 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 D | visibility.m4 | 10 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 D | visibility.m4 | 10 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 D | LTOVisibility.rst | 20 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 D | opt-no-action.exp | 2 echo '.BEGIN: hidden command' 5 echo 'main: hidden command' 8 run-always: hidden command 10 echo '.END: hidden command'
|
| H A D | sh-dots.exp | 2 hidden hidden 5 hidden delayed hidden
|
| H A D | sh-dots.mk | 9 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 D | visibility.m4 | 10 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 D | crtbegin.S | 58 .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 D | check-fast.in | 106 ${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 D | visibility_inlines_hidden.m4 | 2 # 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 D | atomic_cas_68000.S | 38 .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 D | atomic_cas_up.S | 36 .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 D | ppc-asm.h | 285 .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 D | ppc-asm.h | 285 .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 D | options.cpp | 355 : 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 D | atomic_cas_up.S | 35 .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 D | Makefile | 53 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
|