Searched refs:gotndx (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c54 Word gotndx; local
79 for (gotndx = 0; gotndx < ofl->ofl_gotcnt; gotndx++, gtp++, gptr++) {
84 Off off = goff + (gotndx * m_got_entsize);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c98 Xword gotndx; local
114 gotndx = (Xword)gnp->gn_gotndx;
118 gotndx++;
120 return ((Xword)(osp->os_shdr->sh_addr + (gotndx * M_GOT_ENTSIZE)));
933 Word gotndx; local
948 gotndx = gnp->gn_gotndx + 1;
950 gotndx = gnp->gn_gotndx;
952 R1addr = (Xword)(gotndx * M_GOT_ENTSIZE);
H A Dmachrel.intel.c67 Xword gotndx; local
83 gotndx = (Xword)gnp->gn_gotndx;
87 gotndx++;
89 return ((Xword)(osp->os_shdr->sh_addr + (gotndx * M_GOT_ENTSIZE)));
918 Word gotndx; local
933 gotndx = gnp->gn_gotndx + 1;
935 gotndx = gnp->gn_gotndx;
937 R1addr = (Xword)(gotndx * M_GOT_ENTSIZE);
H A Dmachrel.sparc.c77 Xword gotndx; local
93 gotndx = (Xword)gnp->gn_gotndx;
97 gotndx++;
99 return ((Xword)((osp->os_shdr->sh_addr) + (gotndx * M_GOT_ENTSIZE) +
1222 Sword gotndx; local
1247 gotndx = gnp->gn_gotndx + 1;
1249 gotndx = gnp->gn_gotndx;
1253 (gotndx * M_GOT_ENTSIZE));
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4275 Word cnt, gotents, gotndx; local
4443 gotndx = (Word)((offset - gotbgn) /
4445 gip = &gottable[gotndx];
4450 EC_WORD(gotndx), EC_ADDR(offset));
4474 for (gotndx = 0; gotndx < gotents; gotndx++) {
4480 gip = &gottable[gotndx];
4482 gaddr = gotbgn + (gotndx * gentsize);
4487 gotentry = (Xword)(*((Word *)(gotdata) + gotndx));
[all...]

Completed in 118 milliseconds