/netbsd-src/distrib/sets/lists/tests/ |
H A D | shl.mi | 1 # $NetBSD: shl.mi,v 1.16 2023/06/02 19:09:11 riastradh Exp $ 3 ./usr/tests/lib/csu/h_initfini3_dso.so tests-lib-tests compattestfile,atf 4 ./usr/tests/lib/csu/h_initfini3_dso.so.1 tests-lib-tests compattestfile,atf 5 ./usr/tests/lib/csu/libh_initfini3_dso.so tests-obsolete obsolete 6 ./usr/tests/lib/csu/libh_initfini3_dso.so.1 tests-obsolete obsolete 7 ./usr/tests/lib/libc/tls/h_tls_dlopen.so tests-lib-tests compattestfile,atf 8 ./usr/tests/lib/libc/tls/h_tls_dlopen.so.1 tests-lib-tests compattestfile,atf 9 ./usr/tests/lib/libc/tls/libh_tls_dynamic.so tests-lib-tests compattestfile,atf 10 ./usr/tests/lib/libc/tls/libh_tls_dynamic.so.1 tests-lib-tests compattestfile,atf 11 ./usr/tests/lib/libc/tls/t_tls_dlopen tests-lib-tests compattestfile,atf [all …]
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
H A D | dapptrace_example.txt | 27 The following is an example of the default output. We run dapptrace with 58 The default output shows user function calls. An entry is prefixed 59 with a "->", and the return has a "<-". 94 call which other functions. 128 The relative times are in microseconds since the program's invocation. Great! 145 . . -> __fsr(0x2, 0x8047D7C, 0x8047D88) 147 . . -> main(0x2, 0x8047D7C, 0x8047D88) 148 . . -> banner(0x8047E3B, 0x80614C2, 0x8047D38) 149 . . -> banset(0x20, 0x80614C2, 0x8047DCC) 151 . . -> convert(0x68, 0x8047DCC, 0x2) [all …]
|
H A D | opensnoop_example.txt | 1 The following are examples of opensnoop. File open events are traced 2 along with some process details. 5 This first example is of the default output. The commands "cat", "cal", 6 "ls" and "uname" were run. The returned file descriptor (or -1 for error) are 7 shown, along with the filenames. 9 # ./opensnoop 11 100 3504 cat -1 /var/ld/ld.config 12 100 3504 cat 3 /usr/lib/libc.so.1 14 100 3505 cal -1 /var/ld/ld.config 15 100 3505 cal 3 /usr/lib/libc.so.1 [all …]
|
H A D | filebyproc_example.txt | 1 The following is an example of the filebyproc.d script, 3 # filebyproc.d 7 0 14 open:entry man /var/ld/ld.config 8 0 14 open:entry man /lib/libc.so.1 9 0 14 open:entry man /usr/share/man/man.cf 11 0 14 open:entry man /usr/share/man/man1/ls.1 12 0 14 open:entry man /usr/share/man/man1/ls.1 14 0 14 open:entry sh /var/ld/ld.config 15 0 14 open:entry sh /lib/libc.so.1 16 0 14 open:entry neqn /var/ld/ld.config [all …]
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | dapptrace_example.txt | 27 The following is an example of the default output. We run dapptrace with 58 The default output shows user function calls. An entry is prefixed 59 with a "->", and the return has a "<-". 94 call which other functions. 128 The relative times are in microseconds since the program's invocation. Great! 145 . . -> __fsr(0x2, 0x8047D7C, 0x8047D88) 147 . . -> main(0x2, 0x8047D7C, 0x8047D88) 148 . . -> banner(0x8047E3B, 0x80614C2, 0x8047D38) 149 . . -> banset(0x20, 0x80614C2, 0x8047DCC) 151 . . -> convert(0x68, 0x8047DCC, 0x2) [all …]
|
H A D | opensnoop_example.txt | 1 The following are examples of opensnoop. File open events are traced 2 along with some process details. 5 This first example is of the default output. The commands "cat", "cal", 6 "ls" and "uname" were run. The returned file descriptor (or -1 for error) are 7 shown, along with the filenames. 9 # ./opensnoop 11 100 3504 cat -1 /var/ld/ld.config 12 100 3504 cat 3 /usr/lib/libc.so.1 14 100 3505 cal -1 /var/ld/ld.config 15 100 3505 cal 3 /usr/lib/libc.so.1 [all …]
|
H A D | filebyproc_example.txt | 1 The following is an example of the filebyproc.d script, 3 # filebyproc.d 7 0 14 open:entry man /var/ld/ld.config 8 0 14 open:entry man /lib/libc.so.1 9 0 14 open:entry man /usr/share/man/man.cf 11 0 14 open:entry man /usr/share/man/man1/ls.1 12 0 14 open:entry man /usr/share/man/man1/ls.1 14 0 14 open:entry sh /var/ld/ld.config 15 0 14 open:entry sh /lib/libc.so.1 16 0 14 open:entry neqn /var/ld/ld.config [all …]
|
/netbsd-src/sbin/ldconfig/ |
H A D | ldconfig.8 | 1 .\" $NetBSD: ldconfig.8,v 1.15 2008/04/30 13:10:53 martin Exp $ 2 .\" 3 .\" Copyright (c) 1998 The NetBSD Foundation, Inc. 4 .\" All rights reserved. 5 .\" 6 .\" This code is derived from software contributed to The NetBSD Foundation 7 .\" by Paul Kranenburg. 8 .\" 9 .\" Redistribution and use in source and binary forms, with or without 10 .\" modification, are permitted provided that the following conditions [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | linux.h | 1 /* Definitions for MIPS running Linux-based GNU systems with ELF format. 2 Copyright (C) 1998-2020 Free Software Foundation, Inc. 4 This file is part of GCC. 9 any later version. 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 17 along with GCC; see the file COPYING3. If not see 18 <http://www.gnu.org/licenses/>. */ 25 "%{mnan=2008:/lib/ld-linux-mipsn8.so.1;:/lib/ld.so.1}" 27 "%{mnan=2008:/lib64/ld-linux-mipsn8.so.1;:/lib64/ld.so.1}" [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | linux.h | 1 /* Definitions for MIPS running Linux-based GNU systems with ELF format. 2 Copyright (C) 1998-2022 Free Software Foundation, Inc. 4 This file is part of GCC. 9 any later version. 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 17 along with GCC; see the file COPYING3. If not see 18 <http://www.gnu.org/licenses/>. */ 25 "%{mnan=2008:/lib/ld-linux-mipsn8.so.1;:/lib/ld.so.1}" 27 "%{mnan=2008:/lib64/ld-linux-mipsn8.so.1;:/lib64/ld.so.1}" [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | valgrind-suppressions | 40 GLIBC 2.1.2 getservbyname defect 46 fun:getservbyname_r@@GLIBC_2.1.2 64 obj:/lib/ld-2.3.6.so 65 obj:/lib/ld-2.3.6.so 66 obj:/lib/ld-2.3.6.so 71 obj:/lib/ld-2.5.so 72 obj:/lib/ld-2.5.so 73 obj:/lib/ld-2.5.so 74 obj:/lib/ld-2.5.so 79 obj:/lib/ld-2.5.so [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | linux-eabi.h | 1 /* Configuration file for ARM GNU/Linux EABI targets. 2 Copyright (C) 2004-2020 Free Software Foundation, Inc. 5 This file is part of GCC. 10 option) any later version. 14 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public 15 License for more details. 18 along with GCC; see the file COPYING3. If not see 19 <http://www.gnu.org/licenses/>. */ 22 GNU/Linux builtins. */ 36 /* We default to a soft-float ABI so that binaries can run on all [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | linux-eabi.h | 1 /* Configuration file for ARM GNU/Linux EABI targets. 2 Copyright (C) 2004-2022 Free Software Foundation, Inc. 5 This file is part of GCC. 10 option) any later version. 14 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public 15 License for more details. 18 along with GCC; see the file COPYING3. If not see 19 <http://www.gnu.org/licenses/>. */ 22 GNU/Linux builtins. */ 36 /* We default to a soft-float ABI so that binaries can run on all [all …]
|
/netbsd-src/external/bsd/nvi/dist/dist/ |
H A D | ltconfig | 3 # ltconfig - Create a system-specific libtool. 4 # Copyright (C) 1996-1999 Free Software Foundation, Inc. 5 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 10 # (at your option) any later version. 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 # General Public License for more details. 19 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 24 # the same distribution terms that you use for the rest of that program. 26 # A lot of this script is taken from autoconf-2.10. 28 # Check that we are running under the correct shell. [all …]
|
/netbsd-src/external/bsd/pcc/dist/pcc/os/linux/ |
H A D | ccconfig.h | 1 /* Id: ccconfig.h,v 1.28 2014/12/24 08:43:28 plunky Exp */ 2 /* $NetBSD: ccconfig.h,v 1.1.1.6 2016/02/09 20:29:20 plunky Exp $ */ 5 * Copyright (c) 2004 Anders Magnusson (ragge@ludd.luth.se). 6 * All rights reserved. 11 * 1. Redistributions of source code must retain the above copyright 12 * notice, this list of conditions and the following disclaimer. 13 * 2. Redistributions in binary form must reproduce the above copyright 15 * documentation and/or other materials provided with the distribution. 19 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [all …]
|
/netbsd-src/share/man/man5/ |
H A D | ld.so.conf.5 | 1 .\" $NetBSD: ld.so.conf.5,v 1.21 2017/07/03 21:30:59 wiz Exp $ 2 .\" 3 .\" Copyright (c) 1996 Matthew R. Green 4 .\" All rights reserved. 5 .\" 6 .\" Redistribution and use in source and binary forms, with or without 7 .\" modification, are permitted provided that the following conditions 8 .\" are met: 9 .\" 1. Redistributions of source code must retain the above copyright 10 .\" notice, this list of conditions and the following disclaimer. [all …]
|
H A D | link.5 | 1 .\" $NetBSD: link.5,v 1.25 2022/12/29 22:41:36 gutteridge Exp $ 2 .\" 3 .\" Copyright (c) 1996 The NetBSD Foundation, Inc. 4 .\" All rights reserved. 5 .\" 6 .\" This code is derived from software contributed to The NetBSD Foundation 7 .\" by Paul Kranenburg. 8 .\" 9 .\" Redistribution and use in source and binary forms, with or without 10 .\" modification, are permitted provided that the following conditions [all …]
|
/netbsd-src/libexec/ld.aout_so/ |
H A D | Makefile | 3 .include <bsd.own.mk> # for MKPIC definition 4 .include <bsd.endian.mk> # for TARGET_ENDIANNESS 6 .if ${MKPIC} != "no" 7 .if (${TARGET_ENDIANNESS} == "1234" && ${MACHINE_CPU} == "arm") \ 9 UUDECODE_FILES= ld.so.${MACHINE_CPU} 10 .else 11 UUDECODE_FILES= ld.so.${MACHINE_ARCH} 12 .endif 14 .if exists(${UUDECODE_FILES}.uue) 15 FILES= ld.so [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | linux64.h | 1 /* Definitions for AMD x86-64 running Linux-based GNU systems with ELF format. 2 Copyright (C) 2001-2022 Free Software Foundation, Inc. 3 Contributed by Jan Hubicka <jh@suse.cz>, based on linux.h. 5 This file is part of GCC. 10 any later version. 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 GNU General Public License for more details. 19 3.1, as published by the Free Software Foundation. 23 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 24 <http://www.gnu.org/licenses/>. */ [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | linux64.h | 1 /* Definitions for AMD x86-64 running Linux-based GNU systems with ELF format. 2 Copyright (C) 2001-2020 Free Software Foundation, Inc. 3 Contributed by Jan Hubicka <jh@suse.cz>, based on linux.h. 5 This file is part of GCC. 10 any later version. 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 GNU General Public License for more details. 19 3.1, as published by the Free Software Foundation. 23 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 24 <http://www.gnu.org/licenses/>. */ [all …]
|
/netbsd-src/distrib/sets/lists/base32/ |
H A D | ad.aarch64 | 1 # $NetBSD: ad.aarch64,v 1.11 2024/07/11 08:13:49 riastradh Exp $ 3 ./libexec/ld.elf_so-eabi base-compat-shlib compat,pic 4 ./libexec/ld.elf_so-eabihf base-compat-shlib compat,pic 5 ./usr/lib/eabi/libarm.so base-sys-shlib compat,pic 6 ./usr/lib/eabi/libarm.so.0 base-sys-shlib compat,pic 7 ./usr/lib/eabi/libarm.so.0.0 base-sys-shlib compat,pic 8 ./usr/lib/eabi/libc_vfp.so base-sys-shlib compat,pic 9 ./usr/lib/eabi/libc_vfp.so.0 base-sys-shlib compat,pic 10 ./usr/lib/eabi/libc_vfp.so.0.0 base-sys-shlib compat,pic 11 ./usr/lib/eabihf/libarm.so base-sys-shlib compat,pic [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | Linux.cpp | 1 //===--- Linux.h - Linux ToolChain Implementations --------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 9 #include "Linux.h" 10 #include "Arch/ARM.h" 11 #include "Arch/Mips.h" 12 #include "Arch/PPC.h" 13 #include "Arch/RISCV.h" 14 #include "CommonArgs.h" 15 #include "clang/Config/config.h" [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
H A D | libtool.m4.in | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 ## Free Software Foundation, Inc. 4 ## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 9 ## (at your option) any later version. 13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 ## General Public License for more details. 18 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 23 ## the same distribution terms that you use for the rest of that program. 32 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX. 38 dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly. [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | GoldPlugin.rst | 9 the system linker. LTO support on Linux systems is available via the 10 `gold linker`_ which supports LTO via plugins. This is the same mechanism 11 used by the `GCC LTO`_ project. 14 :ref:`libLTO`. The same plugin can also be used by other tools such as 15 ``ar`` and ``nm``. Note that ld.bfd from binutils version 2.21.51.0.2 16 and above also supports LTO via plugins. However, usage of the LLVM 17 gold plugin with ld.bfd is not tested and therefore not officially 18 supported or recommended. 20 .. _`gold linker`: http://sourceware.org/binutils 21 .. _`GCC LTO`: http://gcc.gnu.org/wiki/LinkTimeOptimization [all …]
|
/netbsd-src/distrib/sets/lists/debug/ |
H A D | ad.mips | 1 # $NetBSD: ad.mips,v 1.84 2024/07/11 20:41:07 riastradh Exp $ 3 -./usr/lib/64/libgomp_g.a comp-c-debuglib debuglib,compat,arch64 4 -./usr/libdata/debug/usr/lib/64/libgomp.so.2.0.debug comp-c-debug debug,compatfile,gcc=9 5 -./usr/libdata/debug/usr/lib/64/libgomp.so.2.1.debug comp-c-debug debug,compatfile,gcc=10 6 -./usr/libdata/debug/usr/lib/64/libgomp.so.2.2.debug comp-c-debug debug,compatfile,gcc=12 7 ./usr/lib/64/libc_fp_g.a comp-c-debuglib debuglib,softfloat,compat,arch64,!machine_arch=mipsn64… 8 ./usr/lib/libc_fp_g.a comp-c-debuglib debuglib,softfloat,arch64 9 ./usr/lib/o32/libc_fp_g.a comp-c-debuglib debuglib,softfloat,compat,arch64 10 ./usr/lib/n32/libc_fp_g.a comp-c-debuglib debuglib,softfloat,compat,arch64,!machine_arch=mips64… 11 ./usr/libdata/debug/lib/libc_fp.so.0.0.debug comp-c-debug debug,softfloat,arch64 [all …]
|