Searched refs:dyn_plt_ent_size (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c217 * Initialize the dyn_plt_ent_size field. It currently contains the
221 dyn_plt_ent_size = ROUND(dyn_plt_ent_size, M_WORD_ALIGN) +
H A Damd64_elf.c103 int dyn_plt_ent_size = sizeof (dyn_plt_template); variable
137 (pltndx * dyn_plt_ent_size));
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c217 * Initialize the dyn_plt_ent_size field. It currently contains the
221 dyn_plt_ent_size = ROUND(dyn_plt_ent_size, M_WORD_ALIGN) +
H A Di386_elf.c86 int dyn_plt_ent_size = sizeof (dyn_plt_template); variable
117 (pltndx * dyn_plt_ent_size));
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c202 int dyn_plt_ent_size = sizeof (dyn_plt_template) + variable
261 (pltndx * dyn_plt_ent_size));
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c271 int dyn_plt_ent_size = sizeof (dyn_plt_template) + variable
409 (pltndx * dyn_plt_ent_size));
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h552 extern int dyn_plt_ent_size; /* Size of dynamic plt's */
H A Daudit.c622 dyn_plt_ent_size)) == NULL)

Completed in 123 milliseconds