Searched refs:symbols (Results 51 - 75 of 499) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dload.c36 * "num" contains the minimum number of symbols that is required
37 * by the application to succeed. Only the first <num> symbols
59 Trf_LoadLibrary (interp, libName, handlePtr, symbols, num)
63 char **symbols;
69 char **q = symbols;
H A DtrfDecls.h39 char ** symbols, int num));
70 int (*trf_LoadLibrary) _ANSI_ARGS_((Tcl_Interp * interp, CONST char * libName, VOID ** handlePtr, char ** symbols, int num)); /* 3 */
/macosx-10.9.5/cctools-845/cbtlibs/
H A Dlibsyminfo.c81 enum bool g; /* select only global symbols */
82 enum bool u; /* select only undefined symbols */
83 enum bool d; /* select only defined symbols, opposite of u */
86 enum bool import; /* Flag to identify were looking for imported symbols
105 struct symbol *symbols,
441 struct symbol *symbols = NULL; local
528 * Cache the symbols whose endianness has been flipped so it doesn't
578 /* select export symbols to return */
581 symbols = select_symbols(ofile, st, dyst, cmd_flags, &process_flags,
585 set_symbol_names(symbols, nsymbol
756 set_symbol_names( struct symbol *symbols, uint32_t nsymbols, char *strings, uint32_t strsize) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dgenerator.pl206 # Finally, generate linker export file to avoid leaking internal symbols
213 $symbols{$name} = 1;
216 # OID-related data symbols
224 $symbols{$name} = 1;
235 $symbols{$name} = 1;
240 foreach $name (keys %symbols) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opengl/
H A DExtensions3DOpenGLCommon.cpp178 Vector<ANGLEShaderSymbol> symbols; local
179 bool isValid = compiler.compileShaderSource(entry.source.utf8().data(), shaderType, translatedShaderSource, shaderInfoLog, symbols, extraCompileOptions);
184 size_t numSymbols = symbols.size();
186 ANGLEShaderSymbol shaderSymbol = symbols[i];
/macosx-10.9.5/WebCore-7537.78.1/platform/text/mac/
H A DLocaleMac.mm285 Vector<String, DecimalSymbolsSize> symbols;
287 symbols.append(nineToZero.substring(9 - i, 1));
288 ASSERT(symbols.size() == DecimalSeparatorIndex);
289 symbols.append([formatter.get() decimalSeparator]);
290 ASSERT(symbols.size() == GroupSeparatorIndex);
291 symbols.append([formatter.get() groupingSeparator]);
292 ASSERT(symbols.size() == DecimalSymbolsSize);
298 setLocaleData(symbols, positivePrefix, positiveSuffix, negativePrefix, negativeSuffix);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dliboasys.h75 asymbol *symbols; member in struct:_oasys_data
H A Dcoff-h8500.c145 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
146 reloc_processing(relent, reloc, symbols, abfd, section)
148 static void reloc_processing (relent, reloc, symbols, abfd, section)
151 asymbol ** symbols;
159 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dautoload.rb434 def __regist_toplevel_aliases__(target, obj, *symbols)
437 symbols.each{|sym|
577 def __set_toplevel_aliases__(target, obj, *symbols)
581 symbols.each{|sym| set_topalias(target, obj, sym.to_sym)}
584 def __set_loaded_toplevel_aliases__(autopath, target, obj, *symbols)
590 symbols.map!{|sym| sym.to_sym}
592 symbols.each{|sym| regist_sym_for_loaded_file(shortpath, obj, sym) }
593 symbols.each{|sym| set_topalias(target, obj, sym)}
667 def __import_toplevel_aliases__(target, *symbols)
669 symbols
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Ddexec.tcl8 ## reaction incoming symbols. Notable events are reported via
56 # ; # specified (eq "") then unknown symbols will cause non-
90 foreach s [set syms [$fa symbols]] {set sym($s) .}
93 foreach sy [$fa symbols@ $s] {
138 # No any mapping of unknown symbols, report as error
146 # Mapping of unknown symbols to any.
H A Dfaop.tcl87 foreach sym [$fa symbols@ $s] {
118 set symbols [$fa symbols]
119 foreach sym $symbols {
126 $symbols \
127 [$fa symbols@ $s]] {
133 # the direct transitions to find the used symbols. We have to
143 $symbols \
144 [$fa symbols@set [$fa epsilon_closure $s]]] {
200 foreach sym [$fa symbols
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DCustomFilterValidatedProgram.cpp80 static bool validateSymbols(const Vector<ANGLEShaderSymbol>& symbols, CustomFilterMeshType meshType) argument
82 for (size_t i = 0; i < symbols.size(); ++i) {
83 const ANGLEShaderSymbol& symbol = symbols[i];
179 Vector<ANGLEShaderSymbol> symbols; local
180 bool vertexShaderValid = validator->compileShaderSource(originalVertexShader.utf8().data(), SHADER_TYPE_VERTEX, m_validatedVertexShader, vertexShaderLog, symbols);
181 bool fragmentShaderValid = validator->compileShaderSource(originalFragmentShader.utf8().data(), SHADER_TYPE_FRAGMENT, m_validatedFragmentShader, fragmentShaderLog, symbols);
188 if (!validateSymbols(symbols, m_programInfo.meshType())) {
196 rewriteMixVertexShader(symbols);
220 void CustomFilterValidatedProgram::rewriteMixVertexShader(const Vector<ANGLEShaderSymbol>& symbols) argument
228 for (size_t i = 0; i < symbols
[all...]
/macosx-10.9.5/libxml2-26/
H A DMakefile10 GnuAfterInstall = extract-symbols fix-libraries remove-gtk-doc install-plist remove-autom4te-cache
27 extract-symbols:
/macosx-10.9.5/zip-14/unzip/
H A DMakefile26 install: destroot symbols ossinfo
39 symbols:
/macosx-10.9.5/emacs-92/emacs/src/
H A Dabbrev.c41 /* List of all abbrev-table name symbols:
42 symbols whose values are abbrev tables. */
571 Lisp_Object symbols;
580 symbols = Fcons (Qnil, Qnil);
581 map_obarray (table, record_symbol, symbols);
582 symbols = XCDR (symbols);
583 symbols = Fsort (symbols, Qstring_lessp);
590 while (! NILP (symbols))
568 Lisp_Object symbols; variable
[all...]
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h104 struct nlist *symbols,
123 struct nlist *symbols,
150 struct nlist *symbols,
165 struct nlist *symbols,
179 struct nlist *symbols,
370 struct nlist *symbols,
396 struct nlist *symbols,
411 struct nlist *symbols,
434 const struct nlist *symbols,
488 struct nlist *symbols,
[all...]
H A Darm_disasm.h49 struct nlist *symbols,
H A Di386_disasm.h47 struct nlist *symbols,
/macosx-10.9.5/CPANInternal-140/Makefiles/
H A DMakefile122 all: display-info $(MODULES) ConfigurationFiles remove-symbols
198 .PHONY: remove-symbols
199 remove-symbols:
/macosx-10.9.5/ICU-511.35/icuSources/samples/numfmt/
H A Dmain.cpp174 DecimalFormatSymbols symbols(*dnf->getDecimalFormatSymbols());
175 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol);
176 dnf->setDecimalFormatSymbols(symbols); // do not adopt symbols: Jitterbug 2889
/macosx-10.9.5/dcerpc-58/dcerpc/
H A Dinclude.mk17 MODULELDFLAGS=-module -avoid-version -export-dynamic -export-symbols-regex rpc__module_init_func
/macosx-10.9.5/iodbc-42.5/iodbc/drvproxy/
H A DMakefile.am95 -export-symbols $(srcdir)/drvproxy.exp
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcadm/
H A DMakefile.am95 -export-symbols $(srcdir)/iodbcadm.exp
/macosx-10.9.5/libxslt-13/
H A DMakefile12 GnuAfterInstall = extract-symbols fix-xslt-links fix-exslt-links install-plist remove-autom4te-cache
27 extract-symbols:
/macosx-10.9.5/llvmCore-3425.0.33/lib/Archive/
H A DArchiveReader.cpp500 // Look up multiple symbols in the symbol table and return a set of
501 // Modules that define those symbols.
503 Archive::findModulesDefiningSymbols(std::set<std::string>& symbols, argument
508 *error = "Empty archive invalid for finding modules defining symbols";
531 // If it contains symbols
533 // Get the symbols
534 std::vector<std::string> symbols; local
539 symbols, error);
542 // Insert the module's symbols into the symbol table
543 for (std::vector<std::string>::iterator I = symbols
[all...]

Completed in 309 milliseconds

1234567891011>>