Home
last modified time | relevance | path

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

123456

/titanic_51/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 elemen
[all...]
H A Dsyminfo.c95 /* dynamic entry */
132 } dynamic; member
197 * structure. A syminfo is related to the dynamic symbol table, and
198 * can reference the dynamic section of the object. We don't look those
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 in dump_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\
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A DC+probe18 probe_binding="-dy -dn -Bdynamic -Bstatic '-Wl,-ashared -Wl,+s' -Wl,-aarchive -call_shared -non_shared -dynamic -static -bshared -bstatic '' -static"
44 dynamic=
270 int main(){printf("hello");return 0;}' > dynamic.$src
272 if $cc -c dynamic.$src && $cc -c fun.$src
280 do rm -f dynamic.$exe
281 if $cc -L. -o dynamic.$exe dynamic.$obj -l$i
283 else rm -f dynamic.$exe
285 $cc -L. -o dynamic.$exe dynamic
[all...]
/titanic_51/usr/src/lib/print/
H A DMakefile31 libpapi-dynamic \
85 libpapi-dynamic: libpapi-common
86 libpapi-lpd: libpapi-dynamic
89 libipp-listener: libpapi-dynamic libipp-core
/titanic_51/usr/src/boot/sys/boot/common/
H A Dself_reloc.c59 void self_reloc(Elf_Addr baseaddr, ElfW_Dyn *dynamic);
65 self_reloc(Elf_Addr baseaddr, ElfW_Dyn *dynamic) in self_reloc() argument
77 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) { in self_reloc()
/titanic_51/usr/src/boot/sys/boot/efi/loader/arch/arm/
H A Dldscript.arm57 .dynamic : { *(.dynamic) }
/titanic_51/usr/src/boot/sys/boot/efi/loader/
H A Dreloc.c69 _reloc(unsigned long ImageBase, ElfW_Dyn *dynamic, EFI_HANDLE image_handle, in _reloc() argument
82 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) { in _reloc()
/titanic_51/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Dldscript.amd6457 .dynamic : { *(.dynamic) }
/titanic_51/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Dldscript.i38653 .dynamic : { *(.dynamic) }
/titanic_51/usr/src/boot/sys/boot/efi/loader/arch/arm64/
H A Dldscript.arm6460 .dynamic : { *(.dynamic) }
/titanic_51/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 …]
/titanic_51/usr/src/cmd/sgs/ldd/common/
H A Dldd.c29 * Print the list of shared objects required by a dynamic executable or shared
36 * If the file is a dynamic executable, we set up some environment variables
38 * file with a dynamic executable stub. The runtime linker (ld.so.1) actually
42 * The runtime linker will print the pathnames of all dynamic objects it
109 * by default when either the -r or -d options are used to inspect a dynamic
400 int dynamic = 0, interp = 0, cnt, class; in elf_check() local
474 * be mapped with a dynamic executable, however, by convention they're in elf_check()
488 * Determine whether we have a dynamic section or interpretor. in elf_check()
491 if (dynamic && interp) in elf_check()
501 dynamic in elf_check()
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c78 #define DEFAULT(o) ((state.std||!dynamic[o].ast)?dynamic[o].std:dynamic[o].ast)
119 static Feature_t dynamic[] = variable
123 &dynamic[OP_architecture+1],
135 &dynamic[OP_conformance+1],
147 &dynamic[OP_fs_3d+1],
159 &dynamic[OP_getconf+1],
175 &dynamic[OP_hosttype+1],
187 &dynamic[OP_libpat
[all...]
/titanic_51/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h178 #define dynamic dynamic64 macro
202 #define dynamic dynamic32 macro
/titanic_51/usr/src/cmd/sgs/librtld/common/
H A Dlibrtld.msg41 @ MSG_IMG_ELF "%s: is not a dynamic ELF object"
48 @ MSG_DT_UNKNOWN "%s: unknown dynamic entry: ignored: %lld"
/titanic_51/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 !
[all...]
/titanic_51/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Ddynamic1 /* : : generated from contrib/ast/src/cmd/ksh93/features/dynamic by iffe version 2012-07-17 : : */
/titanic_51/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Ddynamic1 /* : : generated from contrib/ast/src/cmd/ksh93/features/dynamic by iffe version 2012-07-17 : : */
/titanic_51/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Ddynamic1 /* : : generated from contrib/ast/src/cmd/ksh93/features/dynamic by iffe version 2012-07-17 : : */
/titanic_51/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Ddynamic1 /* : : generated from contrib/ast/src/cmd/ksh93/features/dynamic by iffe version 2012-07-17 : : */
/titanic_51/usr/src/pkg/manifests/
H A Dservice-resource-pools-poold.mf27 set name=pkg.description value="core software for dynamic resource pools"
43 legacy pkg=SUNWpoold desc="core software for dynamic resource pools" \
/titanic_51/usr/src/boot/sys/boot/arm/uboot/
H A Dldscript.arm60 .dynamic : { *(.dynamic) }
/titanic_51/usr/src/cmd/file/
H A Delf_read.h33 boolean_t dynamic; /* dymanically linked? */ member
/titanic_51/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…

123456