Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1320 Shdr *cishdr, *cshdr = ccache->c_shdr; in cap_section() local
1327 if ((cshdr->sh_entsize == 0) || (cshdr->sh_size == 0)) { in cap_section()
1339 if (cshdr->sh_link) { in cap_section()
1347 if (cshdr->sh_link >= shnum) { in cap_section()
1349 file, ccache->c_name, EC_WORD(cshdr->sh_link)); in cap_section()
1353 cicache = &cache[cshdr->sh_link]; in cap_section()
1358 file, ccache->c_name, EC_WORD(cshdr->sh_link)); in cap_section()
1395 if (cshdr->sh_info) { in cap_section()
1401 if (cshdr->sh_info >= shnum) { in cap_section()
1403 file, ccache->c_name, EC_WORD(cshdr->sh_info)); in cap_section()
[all …]