/third_party/python/Lib/distutils/ |
H A D | extension.py | 67 export_symbols : [string] 97 export_symbols=None, 121 self.export_symbols = export_symbols or []
|
H A D | cygwinccompiler.py | 21 # * We put export_symbols in a def-file, and don't use 174 export_symbols=None, debug=0, extra_preargs=None, 187 if ((export_symbols is not None) and 210 for sym in export_symbols: 229 #end: if ((export_symbols is not None) and 244 None, # export_symbols, we do this in our def-file
|
H A D | bcppcompiler.py | 179 export_symbols=None, 218 if export_symbols is None: 226 for sym in (export_symbols or []):
|
H A D | ccompiler.py | 625 export_symbols=None, 656 'export_symbols' is a list of symbols that the shared library will 686 export_symbols=None, 696 export_symbols, debug, 707 export_symbols=None, 716 export_symbols, debug,
|
H A D | _msvccompiler.py | 442 export_symbols=None, 469 export_opts = ["/EXPORT:" + sym for sym in (export_symbols or [])] 480 if export_symbols is not None:
|
H A D | msvccompiler.py | 460 export_symbols=None, 497 for sym in (export_symbols or []): 508 if export_symbols is not None:
|
H A D | msvc9compiler.py | 573 export_symbols=None, 610 for sym in (export_symbols or []): 622 if export_symbols is not None:
|
H A D | unixccompiler.py | 151 export_symbols=None, debug=0, extra_preargs=None,
|
/third_party/libabigail/ |
H A D | ltmain.sh | 3300 if test -z "$export_symbols"; then 3301 export_symbols="$output_objdir/$outputname.exp" 3303 $RM $export_symbols 3304 eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' 3308 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' 3314 eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' 5121 export_symbols= 5255 export_symbols="$arg" 5496 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 7212 test -n "$export_symbols [all...] |
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 3320 if test -z "$export_symbols"; then 3321 export_symbols="$output_objdir/$outputname.exp" 3323 $RM $export_symbols 3324 eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' 3328 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' 3334 eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' 5141 export_symbols= 5275 export_symbols="$arg" 5516 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 7235 test -n "$export_symbols [all...] |
/third_party/python/Lib/distutils/command/ |
H A D | build_ext.py | 557 export_symbols=self.get_export_symbols(ext), 688 export. This either uses 'ext.export_symbols' or, if it's not 701 if initfunc_name not in ext.export_symbols: 702 ext.export_symbols.append(initfunc_name) 703 return ext.export_symbols
|
/third_party/eudev/ |
H A D | ltmain.sh | 4698 if test -z "$export_symbols"; then 4699 export_symbols=$output_objdir/$outputname.exp 4701 $RM $export_symbols 4702 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' 4706 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' 4712 eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' 6587 export_symbols= 6722 export_symbols=$arg 6974 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 8758 test -n "$export_symbols [all...] |
H A D | configure | 9719 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 9875 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' 9882 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then 9883 cp $export_symbols $output_objdir/$soname.def; 9886 cat $export_symbols >> $output_objdir/$soname.def; 9916 if test EXPORTS = "`$SED 1q $export_symbols`"; then 9920 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ 9939 archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 9994 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 10010 cat $export_symbols | se [all...] |
/third_party/curl/ |
H A D | ltmain.sh | 4899 if test -z "$export_symbols"; then 4900 export_symbols=$output_objdir/$outputname.exp 4902 $RM $export_symbols 4903 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' 4907 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' 4913 eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' 6788 export_symbols= 6923 export_symbols=$arg 7182 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 8989 test -n "$export_symbols [all...] |
/third_party/lame/ |
H A D | ltmain.sh | 4651 if test -z "$export_symbols"; then 4652 export_symbols=$output_objdir/$outputname.exp 4654 $RM $export_symbols 4655 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' 4659 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' 4665 eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' 6539 export_symbols= 6674 export_symbols=$arg 6926 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 8706 test -n "$export_symbols [all...] |
H A D | configure | 9444 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 9600 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' 9607 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then 9608 cp $export_symbols $output_objdir/$soname.def; 9611 cat $export_symbols >> $output_objdir/$soname.def; 9641 if test EXPORTS = "`$SED 1q $export_symbols`"; then 9645 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ 9664 archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 9719 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 9735 cat $export_symbols | se [all...] |
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 4899 if test -z "$export_symbols"; then 4900 export_symbols=$output_objdir/$outputname.exp 4902 $RM $export_symbols 4903 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' 4907 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' 4913 eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' 6788 export_symbols= 6923 export_symbols=$arg 7182 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 8989 test -n "$export_symbols [all...] |
H A D | configure | 11598 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 11757 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' 11764 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then 11765 cp $export_symbols $output_objdir/$soname.def; 11768 cat $export_symbols >> $output_objdir/$soname.def; 11798 if test EXPORTS = "`$SED 1q $export_symbols`"; then 11802 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ 11822 archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 11877 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 11894 cat $export_symbols | [all...] |
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 4899 if test -z "$export_symbols"; then 4900 export_symbols=$output_objdir/$outputname.exp 4902 $RM $export_symbols 4903 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' 4907 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' 4913 eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' 6788 export_symbols= 6923 export_symbols=$arg 7182 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 8989 test -n "$export_symbols [all...] |
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 4900 if test -z "$export_symbols"; then 4901 export_symbols=$output_objdir/$outputname.exp 4903 $RM $export_symbols 4904 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' 4908 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' 4914 eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' 6789 export_symbols= 6924 export_symbols=$arg 7183 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 8985 test -n "$export_symbols [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 4651 if test -z "$export_symbols"; then 4652 export_symbols=$output_objdir/$outputname.exp 4654 $RM $export_symbols 4655 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' 4659 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' 4665 eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' 6539 export_symbols= 6674 export_symbols=$arg 6926 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 8706 test -n "$export_symbols [all...] |
H A D | configure | 9459 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 9615 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' 9622 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then 9623 cp $export_symbols $output_objdir/$soname.def; 9626 cat $export_symbols >> $output_objdir/$soname.def; 9656 if test EXPORTS = "`$SED 1q $export_symbols`"; then 9660 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ 9679 archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 9734 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 9750 cat $export_symbols | se [all...] |
/third_party/skia/third_party/externals/brotli/ |
H A D | setup.py | 129 export_symbols=self.get_export_symbols(ext),
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | build.py | 161 export_symbols=cmd.get_export_symbols(extension),
|
/third_party/libevdev/ |
H A D | configure | 9667 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 9823 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' 9830 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then 9831 cp $export_symbols $output_objdir/$soname.def; 9834 cat $export_symbols >> $output_objdir/$soname.def; 9864 if test EXPORTS = "`$SED 1q $export_symbols`"; then 9868 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ 9888 archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 9943 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 9959 cat $export_symbols | [all...] |