| /openbsd-src/gnu/lib/libreadline/ |
| H A D | CHANGELOG | 104 shlib/Makefile.in 118 Makefile.in, shlib/Makefile.in 154 shlib/Makefile.in 178 shlib/Makefile.in 184 support/shlib-install 187 shlib/Makefile.in 188 - changed to call shlib-install for install and uninstall targets 197 shlib/Makefile.in 213 Makefile.in,{doc,examples,shlib}/Makefile.in 239 support/shlib-install [all …]
|
| H A D | MANIFEST | 7 shlib d 75 shlib/Makefile.in f 82 support/shlib-install f
|
| H A D | Makefile.in | 122 CREATED_MAKEFILES = Makefile doc/Makefile examples/Makefile shlib/Makefile 184 -test -d shlib || mkdir shlib 185 -( cd shlib ; ${MAKE} ${MFLAGS} all ) 234 -( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall ) 237 -( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install ) 240 -( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall ) 251 -( cd shlib && $(MAKE) $(MFLAGS) $@ ) 256 -( cd shlib && $(MAKE) $(MFLAGS) $@ ) 261 -( cd shlib && $(MAKE) $(MFLAGS) $@ )
|
| H A D | README | 56 a Makefile in the `shlib' subdirectory, and typing `make shared' 65 of variables that are substituted into shlib/Makefile. If you 128 `make shared'. The shared libraries will be created in the shlib 134 install' in the shlib subdirectory will also work. If you don't want
|
| H A D | INSTALL | 38 and Makefiles in the `doc', `shlib', and `examples' 192 the `shlib' subdirectory, and typing `make shared' will cause 201 of variables that are substituted into shlib/Makefile. If you 267 shlib subdirectory. 272 install' in the shlib subdirectory will also work. If you don't want
|
| H A D | configure.in | 202 AC_OUTPUT([Makefile doc/Makefile examples/Makefile shlib/Makefile],
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/ |
| H A D | mktodo.pl | 38 shlib => 'blib/arch/auto/Devel/PPPort/PPPort.so', 240 @u = eval { find_undefined_symbols($fullperl, $opt{shlib}) }; 440 my $symbols = read_sym(file => $opt{shlib}, options => [qw( --defined-only )]); 567 my($perl, $shlib) = @_; 570 my $ls = read_sym(file => $shlib, options => [qw( --undefined-only )]);
|
| /openbsd-src/libexec/ld.so/ldconfig/ |
| H A D | Makefile | 9 SRCS= ldconfig.c shlib.c etc.c sod.c ldconfig_path.c
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | varasm.c | 4868 default_section_type_flags_1 (decl, name, reloc, shlib) in default_section_type_flags_1() argument 4872 int shlib; 4878 else if (decl && decl_readonly_section_1 (decl, reloc, shlib)) 5118 categorize_decl_for_section (decl, reloc, shlib) in categorize_decl_for_section() argument 5121 int shlib; 5143 if (shlib && (reloc & 2)) 5145 else if (shlib && reloc) 5150 else if (shlib && (reloc & 2)) 5152 else if (shlib && reloc) 5166 if ((shlib && reloc) [all …]
|
| /openbsd-src/regress/lib/libssl/symbols/ |
| H A D | Makefile | 9 LDFLAGS+= -Wl,--no-allow-shlib-undefined
|
| /openbsd-src/regress/lib/libcrypto/symbols/ |
| H A D | Makefile | 24 LDFLAGS+= -Wl,--no-allow-shlib-undefined
|
| /openbsd-src/usr.bin/tic/ |
| H A D | capconvert | 127 if test $OPT ../misc/shlib ; then
|
| /openbsd-src/libexec/ld.so/ |
| H A D | loader.c | 238 elf_object_t *shlib; in _dl_dopreload() local 254 shlib = _dl_load_shlib(cp, _dl_objects, OBJTYPE_LIB, in _dl_dopreload() 256 if (shlib == NULL) in _dl_dopreload() 258 _dl_add_object(shlib); in _dl_dopreload() 259 _dl_link_child(shlib, _dl_objects); in _dl_dopreload()
|
| /openbsd-src/gnu/llvm/clang/tools/ |
| H A D | CMakeLists.txt | 26 add_clang_subdirectory(clang-shlib)
|
| /openbsd-src/gnu/llvm/clang/tools/clang-shlib/ |
| H A D | CMakeLists.txt | 47 clang-shlib.cpp
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 242 intptr_t shlib = m_addr_range.GetByteSize(); in Dump() local 243 if (shlib) in Dump() 244 s->Printf(" -> %s`%s\n", (const char *)shlib, reexport_name.GetCString()); in Dump()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-shlib/ |
| H A D | CMakeLists.txt | 46 ${LLVM_LIBRARY_DIR}/tools/llvm-shlib/simple_version_script.map) 52 …set(LIB_NAMES -Wl,--version-script,${LLVM_LIBRARY_DIR}/tools/llvm-shlib/simple_version_script.map …
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-i370.c | 340 static enum { SHLIB_NONE, SHLIB_PIC, SHILB_MRELOCATABLE } shlib = SHLIB_NONE; variable 377 shlib = SHLIB_PIC; in md_parse_option() 409 shlib = SHILB_MRELOCATABLE; in md_parse_option() 414 shlib = SHILB_MRELOCATABLE; in md_parse_option() 1143 switch (shlib) in i370_elf_validate_fix()
|
| /openbsd-src/gnu/lib/libreadline/shlib/ |
| H A D | Makefile.in | 167 …$(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -i "$(INSTALL_DATA)"… 168 …$(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -i "$(INSTALL_DATA)"… 172 $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -U $(SHARED_HISTORY) 173 $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -U $(SHARED_READLINE)
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-i370.c | 421 static enum { SHLIB_NONE, SHLIB_PIC, SHILB_MRELOCATABLE } shlib = SHLIB_NONE; variable 460 shlib = SHLIB_PIC; 491 shlib = SHILB_MRELOCATABLE; 497 shlib = SHILB_MRELOCATABLE; 1238 switch (shlib)
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | tutorial.rst | 102 "--shlib <path>" ("-s <path>" for short): 106 (lldb) breakpoint set --shlib foo.dylib --name foo 109 The --shlib option can also be repeated to specify several shared libraries. 125 option in "breakpoint" completes to source files, the "--shlib <path>" option 127 specify "--shlib <path>", and are completing on "--file <path>", we will only 128 list source files in the shared library specified by "--shlib <path>".
|
| /openbsd-src/gnu/share/ |
| H A D | ltconfig | 1841 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" 1842 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" 2028 …sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/…
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNB.h | 150 const char *shlib) DNB_EXPORT;
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.opt | 208 msvr3-shlib
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.h | 148 nub_addr_t LookupSymbol(const char *name, const char *shlib);
|