Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h344 Xword ofl_relocgotsz; /* size of .got relocations */ member
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c1203 ofl->ofl_relocgotsz += (Xword)sizeof (Rela); in ld_add_outrel()
H A Dmachrel.intel.c1204 ofl->ofl_relocgotsz += (Xword)sizeof (Rel); in ld_add_outrel()
H A Dmachrel.sparc.c1523 ofl->ofl_relocgotsz += (Xword)sizeof (Rela); in ld_add_outrel()
H A Drelocate.c2686 ofl->ofl_relocgotsz = 0; in ld_reloc_process()
H A Dsections.c1336 size_t rsize = (size_t)ofl->ofl_relocgotsz; in ld_make_got()