Searched refs:symbols (Results 351 - 375 of 499) sorted by relevance

<<11121314151617181920

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_cparam-critcl/
H A D2_fun_arithmetic34 critcl::debug memory symbols
1722 * Precomputed table of strings (symbols, error messages, etc.).
H A D3_peg_itself34 critcl::debug memory symbols
1851 * Precomputed table of strings (symbols, error messages, etc.).
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtex.vim58 " a=accents/ligatures d=delimiters m=math symbols g=Greek s=superscripts/subscripts
521 " (many of these symbols were contributed by Bj��rn Winckler)
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf-m10300.c59 /* For function symbols, the number of times this function is
63 /* For function symbols, the size of this function's stack
70 /* For function symbols, arguments (if any) for movm instruction
75 /* For function symbols, the amount of stack space that would be allocated
1434 in its sections against symbols defined
1698 /* We're going to need all the symbols for each bfd. */
1970 /* Cache or free any memory we allocated for the symbols. */
1978 /* Cache the symbols for elf_link_input_bfd. */
1995 /* This section of code collects all our local symbols, sorts
1996 them by value, and looks for multiple symbols referrin
[all...]
H A Delf64-alpha.c211 /* Get the object's symbols as our own entry type. */
297 local symbols. */
1174 /* Hook called by the linker routine which adds symbols from an object
1188 /* Common symbols less than or equal to -G nn bytes are
1413 elf64_alpha_find_nearest_line (bfd *abfd, asection *section, asymbol **symbols,
1420 if (_bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset,
1502 return _bfd_elf_find_nearest_line (abfd, section, symbols, offset,
1893 adjust_dynamic_symbol for symbols that remain
1943 /* Since we havn't seen all of the input symbols yet, we
2004 /* Now that we've seen all of the input symbols, finaliz
1407 elf64_alpha_find_nearest_line(bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
[all...]
H A Delfxx-mips.c54 (3) global and forced-local symbols
218 the dynamic symbols. */
310 /* String section indices for the dynamic section symbols. */
368 /* The names of the runtime procedure table symbols used on IRIX5. */
1420 like any other 16-bit relocation when applied to global symbols, but is
1421 treated in the same as R_MIPS_HI16 when applied to local symbols. */
1471 relocations can also be used with global symbols, their howto
1765 can relocate any sections, and we can't know which symbols are
1817 special symbols. */
2538 symbol table index, we must put all dynamic symbols wit
9801 _bfd_mips_elf_find_nearest_line(bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
9955 _bfd_elf_mips_get_relocated_section_contents(bfd *abfd, struct bfd_link_info *link_info, struct bfd_link_order *link_order, bfd_byte *data, bfd_boolean relocatable, asymbol **symbols) argument
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A Dconfigure847 --enable-symbols build with debugging symbols --disable-symbols
3662 # The statements below define a collection of symbols related to
4338 # Set the default compiler switches based on the --enable-symbols
4344 echo "$as_me:$LINENO: checking for build with symbols" >&5
4345 echo $ECHO_N "checking for build with symbols... $ECHO_C" >&6
4346 # Check whether --enable-symbols or --disable-symbols was given.
4401 echo "$as_me:$LINENO: result: enabled symbols me
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A Dconfigure847 --enable-symbols build with debugging symbols --disable-symbols
3042 # The statements below define a collection of symbols related to
3932 # Set the default compiler switches based on the --enable-symbols
3938 echo "$as_me:$LINENO: checking for build with symbols" >&5
3939 echo $ECHO_N "checking for build with symbols... $ECHO_C" >&6
3940 # Check whether --enable-symbols or --disable-symbols was given.
3995 echo "$as_me:$LINENO: result: enabled symbols me
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm2645 my(@notrace, @symbols);
2649 foreach (@symbols) { *$_ = sub { $call->(@_) } }
2650 @symbols = ();
2656 $minus ? push(@notrace, $all ? @list : $_) : push(@symbols, $all ? @list : $_);
2660 foreach (@symbols) { *$_ = \&defaultlog }
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm2962 my(@notrace, @symbols);
2966 foreach (@symbols) { *$_ = sub { $call->(@_) } }
2967 @symbols = ();
2974 $minus ? push(@notrace, $all ? @list : $_) : push(@symbols, $all ? @list : $_);
2978 foreach (@symbols) { *$_ = \&defaultlog }
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm2830 my(@notrace, @symbols);
2834 foreach (@symbols) { *$_ = sub { $call->(@_) } }
2835 @symbols = ();
2842 $minus ? push(@notrace, $all ? @list : $_) : push(@symbols, $all ? @list : $_);
2846 foreach (@symbols) { *$_ = \&defaultlog }
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcl-macs.el160 ;;; Check whether X may depend on any of the symbols in Y.
878 symbols present-symbols external-symbols))
1247 (defmacro do-symbols (spec &rest body)
1248 "Loop over all symbols.
1261 (defmacro do-all-symbols (spec &rest body)
1262 (list* 'do-symbols (list (car spec) nil (cadr spec)) body))
1270 before assigning any symbols SYM to the corresponding values.
1278 (defmacro progv (symbols value
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/
H A DProxy.pm1301 No symbols are exported by default. The C<:log> tag exports all the
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm1301 No symbols are exported by default. The C<:log> tag exports all the
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DContext.pm1498 any of the C<$file>, C<$line> or C<$text> symbols to indicate where the
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DContext.pm1498 any of the C<$file>, C<$line> or C<$text> symbols to indicate where the
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/
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...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el470 ;;; of each master file with the symbols holding the information on that
471 ;;; document. Each buffer has local variables which point to these symbols.
474 ;; This list is used to tie, untie, and reset these symbols.
475 (defconst reftex-multifile-symbols
478 ;; Alist connecting master file names with the corresponding lisp symbols.
489 ;; Return the next free index for multifile symbols.
492 (defun reftex-tie-multifile-symbols ()
493 ;; Tie the buffer-local symbols to globals connected with the master file.
494 ;; If the symbols for the current master file do not exist, they are created.
498 (symlist reftex-multifile-symbols)
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/config/
H A Dltconfig673 # list by gcc. This cause undefined symbols with -static flags.
683 # Common symbols not allowed in MH_DYLIB files
1090 # include_expsyms should be a list of space-separated symbols to be *always*
1093 # exclude_expsyms can be an egrep regular expression of symbols to exclude
1095 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
1175 $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~
1192 $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~
1194 $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~
1203 archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1225 archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/config/
H A Dltconfig673 # list by gcc. This cause undefined symbols with -static flags.
683 # Common symbols not allowed in MH_DYLIB files
1090 # include_expsyms should be a list of space-separated symbols to be *always*
1093 # exclude_expsyms can be an egrep regular expression of symbols to exclude
1095 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
1175 $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~
1192 $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~
1194 $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~
1203 archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1225 archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.y761 %type <node> words symbols symbol_list qwords qsymbols word_list qword_list qsym_list word
2576 | symbols
4009 symbols : tSYMBOLS_BEG ' ' tSTRING_END label
9990 static struct symbols {
10504 * Returns an array of all the symbols currently in Ruby's symbol
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dnumfmtst.cpp78 TESTCASE_AUTO(TestComplexCurrency); // This test removed because CLDR no longer uses choice formats in currency symbols.
6438 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getDefault(), status); local
6446 DecimalFormat fmt("#####", symbols, status);
6448 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols*)");
6562 errln("FAIL: error setting symbols");
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus.el1012 :color-symbols
1738 The list may contain the symbols `group', `article', `tree' and
2512 Can be a list of symbols or a string. Valid symbols are `gnus'
2740 ;; symbols in question as autoloaded functions.
3146 (defun gnus-add-shutdown (function &rest symbols)
3148 (push (cons function symbols) gnus-shutdown-alist))
3249 (defvar gnus-current-prefix-symbols nil
3250 "List of current prefix symbols.")
3325 gnus-current-prefix-symbols)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_parse_peg_c.tcl34 critcl::debug memory symbols
1851 * Precomputed table of strings (symbols, error messages, etc.).
/macosx-10.9.5/vim-53/src/
H A DMake_mvc.mak851 # Always generate the .pdb file, so that we get debug symbols that can be used

Completed in 374 milliseconds

<<11121314151617181920