Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c234 dyn_plt_ent_size = ROUND(dyn_plt_ent_size, M_WORD_ALIGN) + in _setup()
H A Di386_elf.c87 int dyn_plt_ent_size = sizeof (dyn_plt_template); variable
118 (pltndx * dyn_plt_ent_size)); in elf_plt_trace_write()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c303 dyn_plt_ent_size = ROUND(dyn_plt_ent_size, M_WORD_ALIGN) + in _setup()
H A Damd64_elf.c104 int dyn_plt_ent_size = sizeof (dyn_plt_template); variable
138 (pltndx * dyn_plt_ent_size)); in elf_plt_trace_write()
/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)); in elf_plt_trace_write()
/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)); in elf_plt_trace_write()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h555 extern int dyn_plt_ent_size; /* Size of dynamic plt's */
H A Daudit.c623 dyn_plt_ent_size)) == NULL) in _audit_objopen()