| /titanic_53/usr/src/cmd/sgs/elfedit/modules/common/ |
| H A D | dyn.msg | 57 @ 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 D | syminfo.c | 132 } 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 D | syminfo.msg | 71 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 D | str.msg | 215 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\
|
| /titanic_53/usr/src/contrib/ast/src/cmd/INIT/ |
| H A D | C+probe | 18 …c -Bstatic '-Wl,-ashared -Wl,+s' -Wl,-aarchive -call_shared -non_shared -dynamic -static -bshared … 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.$obj -l$i && $executable dynamic.$exe 290 rm -f dynamic.$exe > lib$i$1.1 291 $cc -L. -o dynamic.$exe dynamic.$obj -l$i && $executable dynamic.$exe [all …]
|
| /titanic_53/usr/src/lib/print/ |
| H A D | Makefile | 31 libpapi-dynamic \ 85 libpapi-dynamic: libpapi-common 86 libpapi-lpd: libpapi-dynamic 89 libipp-listener: libpapi-dynamic libipp-core
|
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | self_reloc.c | 59 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_53/usr/src/boot/sys/boot/efi/loader/arch/arm/ |
| H A D | ldscript.arm | 57 .dynamic : { *(.dynamic) }
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/ |
| H A D | reloc.c | 69 _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_53/usr/src/boot/sys/boot/efi/loader/arch/amd64/ |
| H A D | ldscript.amd64 | 57 .dynamic : { *(.dynamic) }
|
| /titanic_53/usr/src/cmd/sgs/ldd/common/ |
| H A D | ldd.c | 400 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()
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/arm64/ |
| H A D | ldscript.arm64 | 60 .dynamic : { *(.dynamic) }
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
| H A D | ldscript.i386 | 53 .dynamic : { *(.dynamic) }
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/port/ |
| H A D | astconf.c | 78 #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_libpath+1], 203 &dynamic[OP_libprefix+1], 219 &dynamic[OP_libsuffix+1], [all …]
|
| /titanic_53/usr/src/cmd/sgs/elfdump/common/ |
| H A D | _elfdump.h | 178 #define dynamic dynamic64 macro 202 #define dynamic dynamic32 macro
|
| /titanic_53/usr/src/cmd/sgs/librtld/common/ |
| H A D | librtld.msg | 41 @ MSG_IMG_ELF "%s: is not a dynamic ELF object" 48 @ MSG_DT_UNKNOWN "%s: unknown dynamic entry: ignored: %lld"
|
| /titanic_53/usr/src/cmd/ipf/tools/ |
| H A D | ipf_y.y | 60 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 …]
|
| /titanic_53/usr/src/pkg/manifests/ |
| H A D | service-resource-pools-poold.mf | 27 set name=pkg.description value="core software for dynamic resource pools" 43 legacy pkg=SUNWpoold desc="core software for dynamic resource pools" \
|
| /titanic_53/usr/src/cmd/ast/libshell/sparc/FEATURE/ |
| H A D | dynamic | 1 /* : : generated from contrib/ast/src/cmd/ksh93/features/dynamic by iffe version 2012-07-17 : : */
|
| /titanic_53/usr/src/cmd/ast/libshell/sparcv9/FEATURE/ |
| H A D | dynamic | 1 /* : : generated from contrib/ast/src/cmd/ksh93/features/dynamic by iffe version 2012-07-17 : : */
|
| /titanic_53/usr/src/cmd/ast/libshell/i386/FEATURE/ |
| H A D | dynamic | 1 /* : : generated from contrib/ast/src/cmd/ksh93/features/dynamic by iffe version 2012-07-17 : : */
|
| /titanic_53/usr/src/cmd/ast/libshell/amd64/FEATURE/ |
| H A D | dynamic | 1 /* : : generated from contrib/ast/src/cmd/ksh93/features/dynamic by iffe version 2012-07-17 : : */
|
| /titanic_53/usr/src/boot/sys/boot/arm/uboot/ |
| H A D | ldscript.arm | 60 .dynamic : { *(.dynamic) }
|
| /titanic_53/usr/src/cmd/file/ |
| H A D | elf_read.h | 33 boolean_t dynamic; /* dymanically linked? */ member
|
| /titanic_53/usr/src/lib/libwrap/ |
| H A D | mapfile-vers | 21 # Linker mapfile that allows the dynamic library to reference some symbols
|