Searched refs:dynndx (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 1753 uint_t dynndx; local 1768 for (dynndx = 0, pdyn = NULL, dip = DYNINFO(lmp); 1769 dynndx < dyncnt; dynndx++, pdyn = dyn++, dip++) { 1916 OBJFLTRNDX(lmp) = dynndx; 1923 OBJFLTRNDX(lmp) = dynndx; 2167 for (dynndx = 0, dyn = DYN(lmp), dip = DYNINFO(lmp); 2726 uint_t dynndx; local 2736 for (dynndx = 0, dip = DYNINFO(lmp), pdip = NULL; 2737 !(dip->di_flags & FLG_DI_IGNORE); dynndx++, pdip = dip++) { 2802 if ((nlmp = elf_lazy_load(lmp, &sl1, dynndx, name,
|
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | dyn.msg | 141 If the -dynndx option is specified, elt is instead interpreted\n\ 155 /usr/include/sys/link.h, or as integers. If the -dynndx\n\ 312 by using the -dynndx or -needed option to specify it.\n\ 315 modify the first DT_POSFLAG_1 element. The -dynndx or -needed\n\ 335 o\tThe -dynndx and -needed options are not used.\n\ 455 @ MSG_STR_MINUS_DYNNDX "-dynndx"
|