Searched defs:scache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1347 Cache *scache; local
1381 scache = &cache[cishdr->sh_link];
1382 sshdr = scache->c_shdr;
2071 version_def(Verdef *vdf, Word vdf_num, Cache *vcache, Cache *scache, argument
2090 name = string(vcache, cnt, scache, file, vdap->vda_name);
2093 dep = string(vcache, cnt, scache, file, vdap->vda_name);
2110 dep = string(vcache, cnt, scache, file,
2125 * scache - Cache of associated string table section
2155 version_need(Verneed *vnd, Word vnd_num, Cache *vcache, Cache *scache, argument
2177 name = string(vcache, cnt, scache, fil
[all...]

Completed in 74 milliseconds