Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1918 Word infonum, cnt, ndx, symnum, dynnum; in syminfo() local
1940 infonum = (Word)(infoshdr->sh_size / infoshdr->sh_entsize); in syminfo()
1954 for (ndx = 1; ndx < infonum; ndx++, _info++) { in syminfo()
2017 for (ndx = 1, info++; ndx < infonum; ndx++, info++) { in syminfo()