Searched refs:symbols (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh633 # to make a dll which has undefined symbols, in which case not
636 # that all symbols are satisfied, otherwise we get a static library.
1027 -export-symbols | -export-symbols-regex)
1029 $echo "$modename: not more than one -exported-symbols argument allowed"
1032 if test "X$arg" = "X-export-symbols"; then
1301 # Prefer using a static library (so that no silly _DYNAMIC symbols
1563 $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2
1781 # Check to see if the archive will have undefined symbols.
1784 $echo "$modename: warning: undefined symbols no
[all...]
H A Dltconfig673 # list by gcc. This cause undefined symbols with -static flags.
1085 # include_expsyms should be a list of space-separated symbols to be *always*
1088 # exclude_expsyms can be an egrep regular expression of symbols to exclude
1090 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
1170 $DLLTOOL --export-all --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --output-def $objdir/$soname-def $objdir/$soname-ltdll.$objext $libobjs $convenience~
1187 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --def $objdir/$soname-def --base-file $objdir/$soname-base --output-exp $objdir/$soname-exp~
1189 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --def $objdir/$soname-def --base-file $objdir/$soname-base --output-exp $objdir/$soname-exp~
1201 archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1220 archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1236 archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols
[all...]
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh3727 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
3728 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
3729 -export-symbols SYMFILE
3730 try to export only the symbols listed in SYMFILE
3731 -export-symbols-regex REGEX
3732 try to export only the symbols matching REGEX
3738 -no-undefined declare that a library does not refer to external symbols
4562 # Extract symbols from dlprefiles and create ${outputname}S.o with
4578 func_error "not configured to extract global symbols from dlpreopened files"
4632 func_verbose "extracting global C symbols fro
[all...]
/bind-9.11.3/
H A Dltmain.sh2441 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
2442 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
2443 -export-symbols SYMFILE
2444 try to export only the symbols listed in SYMFILE
2445 -export-symbols-regex REGEX
2446 try to export only the symbols matching REGEX
2452 -no-undefined declare that a library does not refer to external symbols
3264 # Extract symbols from dlprefiles and create ${outputname}S.o with
3279 func_error "not configured to extract global symbols from dlpreopened files"
3331 func_verbose "extracting global C symbols fro
[all...]
H A Dconfigure4457 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4459 DUMPBIN="$DUMPBIN -symbols"
5811 # Regexp to match symbols that can be accessed directly from C.
5857 # Some systems (esp. on ia64) link data and code symbols differently,
5883 # Also find C++ and __fastcall symbols from MSVC++,
5924 # Now try to grab the symbols.
5938 # Make sure that we snagged all the symbols we need.
5964 /* The mapping between symbol names and symbols. */
7048 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7050 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols
[all...]
/bind-9.11.3/unit/atf-src/
H A Dconfigure5099 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
5101 DUMPBIN="$DUMPBIN -symbols -headers"
6385 # Regexp to match symbols that can be accessed directly from C.
6431 # Gets list of data symbols to import.
6448 # Some systems (esp. on ia64) link data and code symbols differently,
6487 # Also find C++ and __fastcall symbols from MSVC++,
6531 # Now try to grab the symbols.
6545 # Make sure that we snagged all the symbols we need.
6571 /* The mapping between symbol names and symbols. */
7802 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols
[all...]

Completed in 53 milliseconds