Lines Matching defs:cshdr
1320 Shdr *cishdr, *cshdr = ccache->c_shdr;
1327 if ((cshdr->sh_entsize == 0) || (cshdr->sh_size == 0)) {
1339 if (cshdr->sh_link) {
1347 if (cshdr->sh_link >= shnum) {
1349 file, ccache->c_name, EC_WORD(cshdr->sh_link));
1353 cicache = &cache[cshdr->sh_link];
1358 file, ccache->c_name, EC_WORD(cshdr->sh_link));
1395 if (cshdr->sh_info) {
1401 if (cshdr->sh_info >= shnum) {
1403 file, ccache->c_name, EC_WORD(cshdr->sh_info));
1407 strcache = &cache[cshdr->sh_info];
1412 file, ccache->c_name, EC_WORD(cshdr->sh_info));
1422 capnum = (Word)(cshdr->sh_size / cshdr->sh_entsize);
1490 ccache->c_name, EC_WORD(cshdr->sh_info));
1513 ccache->c_name, EC_WORD(cshdr->sh_link));
1692 Shdr *cshdr = NULL;
1736 cshdr = shdr;
1742 if ((cshdr == NULL) && (cphdr_off == 0))
1745 if (cphdr_off && (cshdr == NULL))
1753 if (cshdr && ((ehdr->e_type == ET_EXEC) || (ehdr->e_type == ET_DYN))) {
1758 } else if ((cphdr_off != cshdr->sh_offset) ||
1759 (cphdr_sz != cshdr->sh_size)) {