Searched defs:dynamic (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dself_reloc.c64 void self_reloc(Elf_Addr baseaddr, ElfW_Dyn *dynamic);
70 self_reloc(Elf_Addr baseaddr, ElfW_Dyn *dynamic) argument
82 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) {
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dreloc.c69 _reloc(unsigned long ImageBase, ElfW_Dyn *dynamic, EFI_HANDLE image_handle, argument
82 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) {
/illumos-gate/usr/src/cmd/file/
H A Delf_read.h33 boolean_t dynamic; /* dymanically linked? */ member in struct:Elf_Info
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h178 #define dynamic dynamic64 macro
202 #define dynamic dynamic32 macro
H A Delfdump.c77 * dynamic element indicates a full GNU object. An object that lacks
97 * a DT_VERSYM entry in the dynamic section: GNU ld produces these, and
305 * dynamic information simply points to a string table. Data such as
1558 * If this is a dynamic object, with symbol capabilities, then a
1688 * object file. If this is a dynamic object, this group should be associated
1891 * If there is no associated dynamic section, determine if one
1893 * associated dynamic section, validate it and get the data buffer
1934 * We validate the type of dynamic elements referenced
1936 * bad dynamic entries.
1983 * si_boundto is referencing a dynamic sectio
2924 dynamic(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) function
[all...]
/illumos-gate/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; local
474 * be mapped with a dynamic executable, however, by convention they're
488 * Determine whether we have a dynamic section or interpretor.
491 if (dynamic && interp)
501 dynamic
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsyminfo.c95 /* dynamic entry */
132 } dynamic; member in struct:__anon1532
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)
242 argstate->dynamic.sec = elfedit_sec_getdyn(argstate->obj_state,
243 &argstate->dynamic.data, &argstate->dynamic.n);
271 dyn = argstate->dynamic.data;
285 (syminfo->si_boundto < argstate->dynamic
[all...]
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c341 uint_t dynamic; /* dynamic tags array */ local
600 dynamic = phdr->p_vaddr;
629 EBV(bv, EB_DYNAMIC, dynamic);
740 uintptr_t dynamic; /* dynamic tags array */ local
990 dynamic = phdr->p_vaddr;
1020 EBV64(bv, EB_DYNAMIC, dynamic);
1155 * Load sections into the appropriate dynamic segment.
1318 * Load sections into the appropriate dynamic segmen
[all...]
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c274 * "reserved" is true, dynamic/private range otherwise. We consider the
281 static in_port_t dynamic = IPPORT_DYNAMIC_START - 1, local
291 p = ++dynamic;
/illumos-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_libprefi
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c143 * The dynamic contents of an event (reference count and flags) are
1754 * Initializes a queue of a particular type. If dynamic is set, the
1759 cte_queue_create(ct_equeue_t *q, ct_listnum_t list, int maxinf, int dynamic) argument
1783 q->ctq_flags = dynamic ? CTQ_REFFED : 0;

Completed in 65 milliseconds