Searched defs:dyn_plt_ent_size (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c104 int dyn_plt_ent_size = sizeof (dyn_plt_template); variable
138 (pltndx * dyn_plt_ent_size));
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c87 int dyn_plt_ent_size = sizeof (dyn_plt_template); variable
118 (pltndx * dyn_plt_ent_size));
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c203 int dyn_plt_ent_size = sizeof (dyn_plt_template) + variable
262 (pltndx * dyn_plt_ent_size));
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c272 int dyn_plt_ent_size = sizeof (dyn_plt_template) + variable
410 (pltndx * dyn_plt_ent_size));

Completed in 76 milliseconds