Searched refs:cishdr (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1316 Shdr *cishdr, *cshdr = ccache->c_shdr; in cap_section() local 1350 cishdr = cicache->c_shdr; in cap_section() 1352 if (cishdr->sh_type != SHT_SUNW_capinfo) { in cap_section() 1359 capinfonum = (Word)(cishdr->sh_size / cishdr->sh_entsize); in cap_section() 1365 if ((cishdr->sh_link == 0) || (cishdr->sh_link >= shnum)) { in cap_section() 1367 file, cicache->c_name, EC_WORD(cishdr->sh_link)); in cap_section() 1370 scache = &cache[cishdr->sh_link]; in cap_section() 1376 file, cicache->c_name, EC_WORD(cishdr->sh_link)); in cap_section() 1381 cishdr->sh_link, ehdr, osabi, NULL, file, flags)) in cap_section() 1572 if (cishdr->sh_info >= shnum) { in cap_section() [all …]
|