Home
last modified time | relevance | path

Searched refs:dynamic (Results 1 – 25 of 159) sorted by relevance

1234567

/onnv-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.msg57 @ MSG_DEBUG_NULLTERM "[%d: %s][%d]: ELF warning: dynamic section is \
72 DT_SUNW_STRPAD dynamic element\n"
73 @ MSG_ERR_WRONGTAG "[%d: %s][%d]: expected %s dynamic element: %s\n"
103 dynamic section that has the specified tag type, creating\n\
111 integer. If the specified string already exists in the dynamic\n\
113 dynamic entry. If the string does not exist in the string table,\n\
115 the offset is placed in the dynamic entry.\n"
118 Interpret the elt argument as a direct index into the dynamic\n\
122 Use the dynamic element with the specified index.\n"
125 Select the first DT_POSFLAG_1 dynamic element that corresponds\n\
[all …]
H A Dsyminfo.c132 } dynamic; member
239 if (argstate->dynamic.sec != NULL) in argstate_add_dynamic()
242 argstate->dynamic.sec = elfedit_sec_getdyn(argstate->obj_state, in argstate_add_dynamic()
243 &argstate->dynamic.data, &argstate->dynamic.n); in argstate_add_dynamic()
271 dyn = argstate->dynamic.data; in dump_syminfo()
285 (syminfo->si_boundto < argstate->dynamic.n) && in dump_syminfo()
375 (argstate->dynamic.sec != NULL) && in print_syminfo()
376 (bndto < argstate->dynamic.n) && in print_syminfo()
377 (argstate->dynamic.data[bndto].d_tag == in print_syminfo()
381 argstate->dynamic.data[bndto]. in print_syminfo()
[all …]
H A Dsyminfo.msg71 corresponding DT_NEEDED entry of the dynamic section. If no\n\
72 such DT_NEEDED entry exists in the dynamic section and there\n\
89 can be the index of a dynamic section element.\n"
105 dynamic symbol table.\n\
117 or alternaltively, an index into the dynamic section of the\n\
128 element in the dynamic section. Alternatively, the -needed\n\
131 index of the DT_NEEDED entry in the dynamic section that\n\
H A Dstr.msg215 o\tThe dynamic string table (.dynstr) may have an unused area\n\
217 \tIn this case, the dynamic section will contain a DT_SUNW_STRPAD\n\
232 if the string table in question is the dynamic string table\n\
234 the end, indicated by a DT_SUNW_STRPAD entry in the dynamic\n\
272 o\tThe dynamic string table (.dynstr) may have an unused area\n\
274 \tIn this case, the dynamic section will contain a\n\
/onnv-gate/usr/src/lib/print/
H A DMakefile31 libpapi-dynamic \
88 libpapi-dynamic: libpapi-common
89 libpapi-lpd: libpapi-dynamic
92 libipp-listener: libpapi-dynamic libipp-core
/onnv-gate/usr/src/common/openssl/
H A DREADME.ENGINE22 In addition, dynamic binding to external ENGINE implementations is now
23 provided by a special ENGINE called "dynamic". See the "DYNAMIC ENGINE"
51 with the various compiled-in ENGINEs (see further down for dynamic
116 The new "dynamic" ENGINE provides a low-overhead way to support ENGINE
124 The other use-case for "dynamic" is with applications that wish to
127 them, if you want them, in the form of "dynamic"-loadable
135 How does "dynamic" work?
137 The dynamic ENGINE has a special flag in its implementation such that
138 every time application code asks for the 'dynamic' ENGINE, it in fact
140 multiplexes multiple uses of 'dynamic' in a single application in any
[all …]
/onnv-gate/usr/src/lib/libast/common/port/
H A Dastconf.c76 #define DEFAULT(o) ((state.std||!dynamic[o].ast)?dynamic[o].std:dynamic[o].ast)
117 static Feature_t dynamic[] = variable
121 &dynamic[OP_conformance+1],
133 &dynamic[OP_fs_3d+1],
145 &dynamic[OP_getconf+1],
161 &dynamic[OP_hosttype+1],
173 &dynamic[OP_libpath+1],
189 &dynamic[OP_libprefix+1],
205 &dynamic[OP_libsuffix+1],
221 &dynamic[OP_path_attributes+1],
[all …]
/onnv-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c400 int dynamic = 0, interp = 0, cnt, class; in elf_check() local
491 if (dynamic && interp) in elf_check()
501 dynamic = 1; in elf_check()
544 if (ehdr.e_phnum && !dynamic) { in elf_check()
561 if (dynamic && (_gelf_getdyndtflags_1(elf) & DF_1_NOHDR)) { in elf_check()
/onnv-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h178 #define dynamic dynamic64 macro
202 #define dynamic dynamic32 macro
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DMakefile.PL29 SKIP => [qw(dynamic dynamic_lib dynamic_bs)],
/onnv-gate/usr/src/cmd/sgs/librtld/common/
H A Dlibrtld.msg43 @ MSG_IMG_ELF "%s: is not a dynamic ELF object"
50 @ MSG_DT_UNKNOWN "%s: unknown dynamic entry: ignored: %lld"
/onnv-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools-poold.mf27 set name=pkg.description value="core software for dynamic resource pools"
41 legacy pkg=SUNWpoold desc="core software for dynamic resource pools" \
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A Dthreads.pod73 Additionally, OpenSSL supports dynamic locks, and sometimes, some parts
95 is needed to perform locking off dynamic lock numbered n. Multi-threaded
140 Also, dynamic locks are currently not used internally by OpenSSL, but
169 All functions dealing with dynamic locks were added in OpenSSL 0.9.5b-dev.
H A DOPENSSL_config.pod47 used (among other things) to load dynamic ENGINEs from shared libraries (DSOs).
49 very few can load and use dynamic ENGINEs. Equally in future more sophisticated
/onnv-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y60 static int dynamic = -1; variable
815 if (dynamic != -1) { \
817 fr->fr_ipf->fri_sifpidx = dynamic; \
827 if (dynamic != -1) { \
829 fr->fr_ipf->fri_sifpidx = dynamic; \
836 if (dynamic != -1) { \
838 fr->fr_ipf->fri_sifpidx = dynamic; \
880 if (dynamic != -1) { \
882 fr->fr_ipf->fri_difpidx = dynamic; \
892 if (dynamic != -1) { \
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A DMakefile.PL37 SKIP => [qw(dynamic dynamic_lib dlsyms)],
/onnv-gate/usr/src/cmd/file/
H A Delf_read.h33 boolean_t dynamic; /* dymanically linked? */ member
/onnv-gate/usr/src/lib/libwrap/
H A Dmapfile20 # Linker mapfile that allows the dynamic library to reference some symbols
/onnv-gate/usr/src/lib/libparted/
H A DREADME22 --disable-dynamic-loading
/onnv-gate/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Ddynamic1 …e/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/src/cmd/ksh93/features/dynamic by iffe version 2…
/onnv-gate/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Ddynamic1 …e/gisburn/ksh93/ast_ksh_20100309/build_i386_32bit/src/cmd/ksh93/features/dynamic by iffe version 2…
/onnv-gate/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Ddynamic1 …/gisburn/ksh93/ast_ksh_20100309/build_sparc_64bit/src/cmd/ksh93/features/dynamic by iffe version 2…
/onnv-gate/usr/src/cmd/sgs/librtld/
H A DMakefile.com31 COMOBJS= dldump.o dynamic.o relocate.o syms.o \
/onnv-gate/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Ddynamic1 …/gisburn/ksh93/ast_ksh_20100309/build_sparc_32bit/src/cmd/ksh93/features/dynamic by iffe version 2…
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/util/
H A Dmake_ext92 dynamic) makeargs="LINKTYPE=dynamic";

1234567