Searched +refs:version +refs:sym (Results 1 - 25 of 177) sorted by relevance

12345678

/macosx-10.9.5/vim-53/src/
H A DMake_mint.mak19 #system: configurations: version (*) tested by:
26 # /usr/local/bin/sym-ld set:
28 SYMLDPREFIX = /usr/local/bin/sym-
29 #SYMLDPREFIX = /gnu/bin/sym-
34 DBGTARGET = $(VIMTARGET).sym
53 $(DBGTARGET): $(OBJ) version.c version.h
54 $(CC) -c $(ALL_CFLAGS) version.c
56 version.o $(ALL_LIBS)
/macosx-10.9.5/llvmCore-3425.0.33/tools/gold/
H A Dgold-plugin.cpp297 ld_plugin_symbol &sym = cf.syms.back(); local
298 sym.name = const_cast<char *>(lto_module_get_symbol_name(M, i));
299 sym.name = strdup(sym.name);
300 sym.version = NULL;
305 sym.visibility = LDPV_HIDDEN;
308 sym.visibility = LDPV_PROTECTED;
312 sym.visibility = LDPV_DEFAULT;
320 sym
445 ld_plugin_symbol &sym = I->syms[i]; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Debrowse.c10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
87 /* A version string written to the output file. Change this whenever
277 struct sym *sym; /* The super or subclass. */ member in struct:link
286 struct sym *namesp; /* Namespace in which defined. */
294 struct sym struct
298 struct sym *next; /* Hash collision list. */
311 struct sym *namesp; /* Namespace in which defined. . */
322 struct sym *info_cl
643 struct sym *sym; local
913 struct sym *sym; local
3691 version () function
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dnlmcode.h12 the Free Software Foundation; either version 2 of the License, or
13 (at your option) any later version.
494 a sane version number after doing byte swapping appropriate for this
496 if (i_fxdhdrp->version > 0xFFFF)
642 /* Write out the version header if there is one. */
899 nlm_symbol_type *sym; /* Pointer to current bfd symbol. */ local
930 sym = bfd_zalloc (abfd, amt);
931 if (!sym)
933 nlm_set_symbols (abfd, sym);
947 sym
1261 asymbol *sym; local
1471 asymbol *sym; local
1677 asymbol *sym; local
1715 asymbol *sym; local
1742 asymbol *sym; local
1782 asymbol *sym; local
1864 asymbol *sym; local
[all...]
H A Delfcode.h21 the Free Software Foundation; either version 2 of the License, or
22 (at your option) any later version.
953 asymbol *sym;
957 sym = *ptr->sym_ptr_ptr;
958 if (sym == last_sym)
960 else if (bfd_is_abs_section (sym->section) && sym->value == 0)
964 last_sym = sym;
965 n = _bfd_elf_symbol_from_bfd_symbol (abfd, &sym);
1073 elf_symbol_type *sym; /* Pointe
950 asymbol *sym; local
1070 elf_symbol_type *sym; /* Pointer to current bfd symbol */ local
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/infback9/
H A Dinfback9.c19 int ZEXPORT inflateBack9Init_(strm, window, version, stream_size)
22 const char *version;
27 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
56 unsigned sym, bits, low, size; local
62 sym = 0;
63 while (sym < 144) state.lens[sym++] = 8;
64 while (sym < 256) state.lens[sym
[all...]
/macosx-10.9.5/dyld-239.4/src/
H A DdyldAPIs.cpp214 inline NSSymbol SymbolToNSSymbol(const ImageLoader::Symbol* sym) argument
216 return (NSSymbol)sym;
218 inline const ImageLoader::Symbol* NSSymbolToSymbol(NSSymbol sym) argument
220 return (const ImageLoader::Symbol*)sym;
411 const ImageLoader::Symbol* sym; local
413 if ( dyld::flatFindExportedSymbol(symbolName, &sym, (const ImageLoader**)&image) ) {
417 *address = (void*)image->getExportedSymbolAddress(sym, dyld::gLinkContext);
441 const ImageLoader::Symbol* sym; local
442 if ( dyld::flatFindExportedSymbol(symbolName, &sym, &image) ) {
444 *address = (void*)image->getExportedSymbolAddress(sym, dyl
462 const ImageLoader::Symbol* sym; local
486 const ImageLoader::Symbol* sym; local
499 const ImageLoader::Symbol* sym; local
664 const ImageLoader::Symbol* sym; local
673 const ImageLoader::Symbol* sym; local
917 const ImageLoader::Symbol* sym = objectFileImage->image->getIndexedExportedSymbol(ordinal); local
933 const ImageLoader::Symbol* sym = objectFileImage->image->getIndexedImportedSymbol(ordinal); local
966 const ImageLoader::Symbol* sym = objectFileImage->image->findExportedSymbol(symbolName, true, NULL); local
1671 const ImageLoader::Symbol* sym; local
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dinits.c21 CALL(sym);
62 CALL(version);
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dpassword_quality.c275 void *sym; local
276 int *version; local
305 version = (int *) dlsym(handle, "version");
306 if(version == NULL) {
308 "didn't find `version' symbol in `%s'", check_library);
312 if(*version != KADM5_PASSWD_VERSION_V0) {
314 "version of loaded library is %d (expected %d)",
315 *version, KADM5_PASSWD_VERSION_V0);
319 sym
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIODisplay.cpp127 UInt8 version; member in struct:EDID
352 DEBG(framebuffer->thisName, " EDID v%d.%d\n", edid->version, edid->revision );
354 if (edid->version != 1)
454 const OSSymbol * sym = OSSymbol::withCString(prefsKey); local
455 if (sym)
457 setProperty(kIODisplayPrefKeyKey, (OSObject *) sym);
458 sym->release();
695 const OSSymbol * sym, SInt32 * value, SInt32 * min, SInt32 * max )
699 params = OSDynamicCast( OSDictionary, params->getObject( sym ));
734 bool IODisplay::setForKey( OSDictionary * params, const OSSymbol * sym, argument
694 getIntegerRange( OSDictionary * params, const OSSymbol * sym, SInt32 * value, SInt32 * min, SInt32 * max ) argument
757 OSSymbol * sym; local
[all...]
/macosx-10.9.5/sudo-72/src/zlib/
H A Dinfback.c28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
32 const char *version;
37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
92 unsigned sym, bits; local
96 sym = 0;
97 while (sym < 144) state->lens[sym++] = 8;
98 while (sym < 256) state->lens[sym
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dinfback.c55 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
59 const char *version;
64 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
112 unsigned sym, bits; local
116 sym = 0;
117 while (sym < 144) state->lens[sym++] = 8;
118 while (sym < 256) state->lens[sym
[all...]
/macosx-10.9.5/zlib-53/zlib/
H A Dinfback.c28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
32 const char *version;
37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
83 unsigned sym, bits; local
87 sym = 0;
88 while (sym < 144) state->lens[sym++] = 8;
89 while (sym < 256) state->lens[sym
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dhelp.el13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
273 (sym (if str (intern-soft str))))
274 (if (and sym (fboundp sym))
275 sym
278 (setq sym (intern-soft (match-string 1 str)))
279 (and (fboundp sym) sym)))))))
286 "Display info on how to obtain the latest version o
[all...]
/macosx-10.9.5/cctools-845/include/gnu/
H A Dsymseg.h131 char *version; /* Version info. Not fully specified */ member in struct:symbol_root
149 char *version; /* Version info. Not fully specified */ member in struct:mach_root
449 struct symbol *sym[1];
447 struct symbol *sym[1]; member in struct:block
/macosx-10.9.5/CPANInternal-140/Class-C3-XS/inc/Module/
H A DInstall.pm10 # 2. $INC{inc/Module/Install.pm} set to installed version of inc::Module::Install
11 # 3. The installed version of inc::Module::Install loads
13 # 5. The ./inc/ version of Module::Install loads
16 # 2. $INC{inc/Module/Install.pm} set to ./inc/ version of Module::Install
17 # 3. The ./inc/ version of Module::Install loads
37 # If not set, the caller may NOT have loaded the bundled version, and thus
38 # they may not have a MI version that works with the Makefile.PL. This would
82 my $sym = "${who}::AUTOLOAD";
83 $sym->{$cwd} = sub {
85 if ( my $code = $sym
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Data-Accessor-0.04004/inc/Module/
H A DInstall.pm10 # 2. $INC{inc/Module/Install.pm} set to installed version of inc::Module::Install
11 # 3. The installed version of inc::Module::Install loads
13 # 5. The ./inc/ version of Module::Install loads
16 # 2. $INC{inc/Module/Install.pm} set to ./inc/ version of Module::Install
17 # 3. The ./inc/ version of Module::Install loads
47 # If not set, the caller may NOT have loaded the bundled version, and thus
48 # they may not have a MI version that works with the Makefile.PL. This would
120 my $sym = "${who}::AUTOLOAD";
121 $sym->{$cwd} = sub {
123 if ( my $code = $sym
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Inspector/inc/Module/
H A DInstall.pm10 # 2. $INC{inc/Module/Install.pm} set to installed version of inc::Module::Install
11 # 3. The installed version of inc::Module::Install loads
13 # 5. The ./inc/ version of Module::Install loads
16 # 2. $INC{inc/Module/Install.pm} set to ./inc/ version of Module::Install
17 # 3. The ./inc/ version of Module::Install loads
37 # If not set, the caller may NOT have loaded the bundled version, and thus
38 # they may not have a MI version that works with the Makefile.PL. This would
66 my $sym = "${who}::AUTOLOAD";
67 $sym->{$cwd} = sub {
69 if ( my $code = $sym
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Unload/inc/Module/
H A DInstall.pm10 # 2. $INC{inc/Module/Install.pm} set to installed version of inc::Module::Install
11 # 3. The installed version of inc::Module::Install loads
13 # 5. The ./inc/ version of Module::Install loads
16 # 2. $INC{inc/Module/Install.pm} set to ./inc/ version of Module::Install
17 # 3. The ./inc/ version of Module::Install loads
47 # If not set, the caller may NOT have loaded the bundled version, and thus
48 # they may not have a MI version that works with the Makefile.PL. This would
120 my $sym = "${who}::AUTOLOAD";
121 $sym->{$cwd} = sub {
123 if ( my $code = $sym
[all...]
/macosx-10.9.5/CPANInternal-140/Context-Preserve/inc/Module/
H A DInstall.pm10 # 2. $INC{inc/Module/Install.pm} set to installed version of inc::Module::Install
11 # 3. The installed version of inc::Module::Install loads
13 # 5. The ./inc/ version of Module::Install loads
16 # 2. $INC{inc/Module/Install.pm} set to ./inc/ version of Module::Install
17 # 3. The ./inc/ version of Module::Install loads
37 # If not set, the caller may NOT have loaded the bundled version, and thus
38 # they may not have a MI version that works with the Makefile.PL. This would
82 my $sym = "${who}::AUTOLOAD";
83 $sym->{$cwd} = sub {
85 if ( my $code = $sym
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-Any/inc/Module/
H A DInstall.pm10 # 2. $INC{inc/Module/Install.pm} set to installed version of inc::Module::Install
11 # 3. The installed version of inc::Module::Install loads
13 # 5. The ./inc/ version of Module::Install loads
16 # 2. $INC{inc/Module/Install.pm} set to ./inc/ version of Module::Install
17 # 3. The ./inc/ version of Module::Install loads
37 # If not set, the caller may NOT have loaded the bundled version, and thus
38 # they may not have a MI version that works with the Makefile.PL. This would
82 my $sym = "${who}::AUTOLOAD";
83 $sym->{$cwd} = sub {
85 if ( my $code = $sym
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/inc/Module/
H A DInstall.pm10 # 2. $INC{inc/Module/Install.pm} set to installed version of inc::Module::Install
11 # 3. The installed version of inc::Module::Install loads
13 # 5. The ./inc/ version of Module::Install loads
16 # 2. $INC{inc/Module/Install.pm} set to ./inc/ version of Module::Install
17 # 3. The ./inc/ version of Module::Install loads
43 # If not set, the caller may NOT have loaded the bundled version, and thus
44 # they may not have a MI version that works with the Makefile.PL. This would
110 my $sym = "${who}::AUTOLOAD";
111 $sym->{$cwd} = sub {
113 if ( my $code = $sym
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/inc/Module/
H A DInstall.pm10 # 2. $INC{inc/Module/Install.pm} set to installed version of inc::Module::Install
11 # 3. The installed version of inc::Module::Install loads
13 # 5. The ./inc/ version of Module::Install loads
16 # 2. $INC{inc/Module/Install.pm} set to ./inc/ version of Module::Install
17 # 3. The ./inc/ version of Module::Install loads
47 # If not set, the caller may NOT have loaded the bundled version, and thus
48 # they may not have a MI version that works with the Makefile.PL. This would
120 my $sym = "${who}::AUTOLOAD";
121 $sym->{$cwd} = sub {
123 if ( my $code = $sym
[all...]
/macosx-10.9.5/CPANInternal-140/Test-use-ok/inc/Module/
H A DInstall.pm10 # 2. $INC{inc/Module/Install.pm} set to installed version of inc::Module::Install
11 # 3. The installed version of inc::Module::Install loads
13 # 5. The ./inc/ version of Module::Install loads
16 # 2. $INC{inc/Module/Install.pm} set to ./inc/ version of Module::Install
17 # 3. The ./inc/ version of Module::Install loads
37 # If not set, the caller may NOT have loaded the bundled version, and thus
38 # they may not have a MI version that works with the Makefile.PL. This would
82 my $sym = "${who}::AUTOLOAD";
83 $sym->{$cwd} = sub {
85 if ( my $code = $sym
[all...]
/macosx-10.9.5/CPANInternal-140/YAML-Syck/inc/Module/
H A DInstall.pm10 # 2. $INC{inc/Module/Install.pm} set to installed version of inc::Module::Install
11 # 3. The installed version of inc::Module::Install loads
13 # 5. The ./inc/ version of Module::Install loads
16 # 2. $INC{inc/Module/Install.pm} set to ./inc/ version of Module::Install
17 # 3. The ./inc/ version of Module::Install loads
37 # If not set, the caller may NOT have loaded the bundled version, and thus
38 # they may not have a MI version that works with the Makefile.PL. This would
82 my $sym = "${who}::AUTOLOAD";
83 $sym->{$cwd} = sub {
85 if ( my $code = $sym
[all...]

Completed in 181 milliseconds

12345678