Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h342 Xword ofl_relocgotsz; /* size of .got relocations */ member
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c1162 ofl->ofl_relocgotsz += (Xword)sizeof (Rel); in ld_add_outrel()
H A Dmachrel.amd.c1176 ofl->ofl_relocgotsz += (Xword)sizeof (Rela); in ld_add_outrel()
H A Dmachrel.sparc.c1489 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.c1326 size_t rsize = (size_t)ofl->ofl_relocgotsz; in ld_make_got()