Searched refs:cishdr (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1320 Shdr *cishdr, *cshdr = ccache->c_shdr; in cap_section() local 1354 cishdr = cicache->c_shdr; in cap_section() 1356 if (cishdr->sh_type != SHT_SUNW_capinfo) { in cap_section() 1363 capinfonum = (Word)(cishdr->sh_size / cishdr->sh_entsize); in cap_section() 1369 if ((cishdr->sh_link == 0) || (cishdr->sh_link >= shnum)) { in cap_section() 1371 file, cicache->c_name, EC_WORD(cishdr->sh_link)); in cap_section() 1374 scache = &cache[cishdr->sh_link]; in cap_section() 1380 file, cicache->c_name, EC_WORD(cishdr->sh_link)); in cap_section() 1385 cishdr->sh_link, ehdr, osabi, NULL, file, flags)) in cap_section() 1576 if (cishdr->sh_info >= shnum) { in cap_section() [all …]
|