Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1405 Cache *scache; in cap_section() local
1439 scache = &cache[cishdr->sh_link]; in cap_section()
1440 sshdr = scache->c_shdr; in cap_section()
2124 version_def(Verdef *vdf, Word vdf_num, Cache *vcache, Cache *scache, in version_def() argument
2143 name = string(vcache, cnt, scache, file, vdap->vda_name); in version_def()
2146 dep = string(vcache, cnt, scache, file, vdap->vda_name); in version_def()
2163 dep = string(vcache, cnt, scache, file, in version_def()
2208 version_need(Verneed *vnd, Word vnd_num, Cache *vcache, Cache *scache, in version_need() argument
2230 name = string(vcache, cnt, scache, file, vnd->vn_file); in version_need()
2232 dep = string(vcache, cnt, scache, file, vnap->vna_name); in version_need()
[all …]