Home
last modified time | relevance | path

Searched refs:ofl_relocpltsz (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h345 Xword ofl_relocpltsz; /* size of .plt relocations */ member
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c1949 size_t rsize = (size_t)ofl->ofl_relocpltsz; in make_plt()
3359 if (ofl->ofl_osplt && ofl->ofl_relocpltsz) { in ld_make_sections()
H A Dmachrel.amd.c1205 ofl->ofl_relocpltsz += (Xword)sizeof (Rela); in ld_add_outrel()
H A Dmachrel.intel.c1206 ofl->ofl_relocpltsz += (Xword)sizeof (Rel); in ld_add_outrel()
H A Dmachrel.sparc.c1525 ofl->ofl_relocpltsz += (Xword)sizeof (Rela); in ld_add_outrel()
H A Drelocate.c2685 ofl->ofl_relocpltsz = 0; in ld_reloc_process()