Searched refs:linkage (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dtexi2html109 # linkage ==> ref to scalar, array, or subroutine (see GetOpt::Long for more info)
118 linkage => \$main::T2H_DEBUG,
126 linkage => \$main::T2H_DOCTYPE,
135 linkage => \$main::T2H_CHECK,
147 linkage => \$T2H_EXPAND,
157 linkage => \$T2H_USE_GLOSSARY,
175 linkage => \$T2H_INVISIBLE_MARK,
186 linkage => \$T2H_USE_ISO,
198 linkage => \@T2H_INCLUDE_DIRS,
211 linkage
[all...]
/macosx-10.10.1/swig-12/Source/Modules/
H A Dguile.cxx30 -linkage <lstyle> - Use linkage protocol <lstyle> (default `simple')\n\
38 exports; only with `passive' and `simple' linkage\n\
66 } linkage = GUILE_LSTYLE_SIMPLE; variable in typeref:enum:__anon12443
156 } else if (strcmp(argv[i], "-Linkage") == 0 || strcmp(argv[i], "-linkage") == 0) {
159 linkage = GUILE_LSTYLE_LTDLMOD_1_4;
161 linkage = GUILE_LSTYLE_HOBBIT;
163 linkage = GUILE_LSTYLE_SIMPLE;
165 linkage = GUILE_LSTYLE_PASSIVE;
167 linkage
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm44 push bp ; linkage
79 push bp ; linkage
111 push bp ; linkage
145 push bp ; linkage
183 push bp ; linkage
221 push bp ; linkage
264 push bp ; linkage
345 push bp ; linkage
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DGlobalValue.h31 /// @brief An enumeration for the kinds of linkage for global values.
47 ExternalWeakLinkage,///< ExternalWeak linkage description.
60 LinkageTypes linkage, const Twine &Name)
61 : Constant(ty, vty, Ops, NumOps), Linkage(linkage),
68 LinkageTypes Linkage : 5; // The linkage of this global
175 /// weak linkage then the code defining it may be replaced by different code.
59 GlobalValue(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps, LinkageTypes linkage, const Twine &Name) argument
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Ddemo.tcl401 set linkage [[DemoList] notify linkage $pattern]
402 lappend patterns $pattern $linkage
403 lappend patterns2($linkage) $pattern
407 set linkage [[DemoList] notify linkage $pattern]
408 lappend patterns $pattern $linkage
409 lappend patterns2($linkage) $pattern
417 foreach {pattern linkage} $patterns {
421 $menu($linkage) ad
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.c482 /* No linkage. */
499 enum debug_object_linkage linkage; member in struct:debug_name
608 enum debug_object_linkage linkage)
618 n->linkage = linkage;
642 enum debug_object_linkage linkage)
658 return debug_add_to_namespace (info, nsp, name, kind, linkage);
1129 enum debug_object_linkage linkage;
1147 linkage = DEBUG_LINKAGE_GLOBAL;
1149 linkage
604 debug_add_to_namespace(struct debug_handle *info ATTRIBUTE_UNUSED, struct debug_namespace **nsp, const char *name, enum debug_object_kind kind, enum debug_object_linkage linkage) argument
639 debug_add_to_current_namespace(struct debug_handle *info, const char *name, enum debug_object_kind kind, enum debug_object_linkage linkage) argument
1127 enum debug_object_linkage linkage; local
2811 debug_write_function(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, const char *name, enum debug_object_linkage linkage, struct debug_function *function) argument
[all...]
/macosx-10.10.1/Csu-85/
H A Dstart.s79 subi r1,r1,4 ; make space for linkage
106 subi r1,r1,8 ; make space for linkage
H A Dlazy_dylib_helper.s186 stg r0,LRSAVE(r1) ; save link register value in the linkage area
/macosx-10.10.1/vim-55/runtime/indent/
H A Dvhdl.vim107 if (curs =~ '^\s*)' || curs =~? '^\s*\%(\<\%(generic\|map\|port\)\>.*\)\@<!\S\+\s*\%(=>\s*\S\+\|:[^=]\@=\s*\%(\%(in\|out\|inout\|buffer\|linkage\)\>\|\w\+\s\+:=\)\)') && (prevs =~? s:NC.'\<\%(generic\|map\|port\)\s*(\%(\s*\w\)\=' || (ps =~? s:NC.'\<\%(generic\|map\|port\)'.s:ES && prevs =~ '^\s*('))
398 " keywords: without "generic", "map", "port" + ":" but not ":=" + "in", "out", "inout", "buffer", "linkage", variable & ":="
400 if curs =~? '^\s*\%(\<\%(generic\|map\|port\)\>.*\)\@<!\S\+\s*:[^=]\@=\s*\%(\%(in\|out\|inout\|buffer\|linkage\)\>\|\w\+\s\+:=\)'
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/build/
H A Dtop.mk84 # libtool --only flag for modules: depends on linkage of module
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLAbbreviations.h138 static inline void setLinkage(LValue global, LLinkage linkage) { llvm->SetLinkage(global, linkage); } argument
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvhdl.vim37 syn keyword vhdlStatement label library linkage literal loop
/macosx-10.10.1/llvmCore-3425.0.34/examples/ExceptionDemo/
H A DExceptionDemo.cpp209 /// @param linkage function linkage
218 llvm::GlobalValue::LinkageTypes linkage,
224 llvm::Function::Create(functType, linkage, functName, &module);
213 createFunction(llvm::Module &module, llvm::Type *retType, const ArgTypes &theArgTypes, const ArgNames &theArgNames, const std::string &functName, llvm::GlobalValue::LinkageTypes linkage, bool declarationOnly, bool isVarArg) argument
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli72 (** The linkage of a global value, accessed with {!linkage} and
109 internal linkage. *)
1124 (** [linkage g] returns the linkage of the global value [g].
1126 val linkage : llvalue -> Linkage.t var
1128 (** [set_linkage l g] sets the linkage of the global value [g] to [l].
H A Dllvm.ml502 external linkage : llvalue -> Linkage.t = "llvm_linkage"

Completed in 312 milliseconds