Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1385 Shdr *cishdr = NULL, *cshdr = ccache->c_shdr; in cap_section() local
1419 cishdr = cicache->c_shdr; in cap_section()
1421 if (cishdr->sh_type != SHT_SUNW_capinfo) { in cap_section()
1428 capinfonum = (Word)(cishdr->sh_size / cishdr->sh_entsize); in cap_section()
1434 if ((cishdr->sh_link == 0) || (cishdr->sh_link >= shnum)) { in cap_section()
1436 file, cicache->c_name, EC_WORD(cishdr->sh_link)); in cap_section()
1439 scache = &cache[cishdr->sh_link]; in cap_section()
1445 file, cicache->c_name, EC_WORD(cishdr->sh_link)); in cap_section()
1450 cishdr->sh_link, ehdr, osabi, NULL, file, flags)) in cap_section()
1641 if (cishdr->sh_info >= shnum) { in cap_section()
[all …]