Lines Matching refs:sh_link

324 		if ((shdr->sh_link == 0) || (shdr->sh_link >= shnum)) {
326 file, cache[ndx].c_name, EC_WORD(shdr->sh_link));
333 ndx = shdr->sh_link;
364 if ((shdr->sh_link == 0) || (shdr->sh_link >= shnum)) {
366 file, cache[ndx].c_name, EC_WORD(shdr->sh_link));
371 *strsec = &cache[shdr->sh_link];
426 if ((shdr->sh_link == 0) || (shdr->sh_link >= shnum)) {
428 file, symtab->c_name, EC_WORD(shdr->sh_link));
439 symname = string(symtab, cnt, &cache[shdr->sh_link], file,
1016 if ((shdr->sh_link == 0) || (shdr->sh_link >= shnum)) {
1018 file, state->secname, EC_WORD(shdr->sh_link));
1027 (versym->cache->c_shdr->sh_link == state->secndx))
1051 (shdr->sh_link != state->secndx))
1135 &state->cache[state->seccache->c_shdr->sh_link], state->file,
1342 * sh_link field points to the associated capabilities information
1343 * section. The sh_link field of the capabilities information section
1346 if (cshdr->sh_link) {
1351 * Validate that the sh_link field points to a capabilities
1354 if (cshdr->sh_link >= shnum) {
1356 file, ccache->c_name, EC_WORD(cshdr->sh_link));
1360 cicache = &cache[cshdr->sh_link];
1365 file, ccache->c_name, EC_WORD(cshdr->sh_link));
1373 * Validate that the sh_link field of the capabilities
1376 if ((cishdr->sh_link == 0) || (cishdr->sh_link >= shnum)) {
1378 file, cicache->c_name, EC_WORD(cishdr->sh_link));
1381 scache = &cache[cishdr->sh_link];
1387 file, cicache->c_name, EC_WORD(cishdr->sh_link));
1392 cishdr->sh_link, ehdr, osabi, NULL, file, flags))
1520 ccache->c_name, EC_WORD(cshdr->sh_link));
2375 if ((shdr->sh_link == 0) || (shdr->sh_link >= shnum)) {
2378 _cache->c_name, EC_WORD(shdr->sh_link));
2420 &cache[verdef_cache->c_shdr->sh_link], file);
2433 &cache[verneed_cache->c_shdr->sh_link], file, versym);
2516 if ((sortshdr->sh_link == 0) || (sortshdr->sh_link >= shnum)) {
2519 EC_WORD(sortshdr->sh_link));
2522 symcache = &cache[sortshdr->sh_link];
2524 symsecndx = sortshdr->sh_link;
2535 * (sortshdr->sh_link + 1). However, elfdump is a
4031 if ((hshdr->sh_link == 0) || (hshdr->sh_link >= shnum)) {
4033 file, hsecname, EC_WORD(hshdr->sh_link));
4037 _cache = &cache[hshdr->sh_link];
4072 if ((sshdr->sh_link == 0) || (sshdr->sh_link >= shnum)) {
4074 file, ssecname, EC_WORD(sshdr->sh_link));
4108 hash_entry(_cache, &cache[sshdr->sh_link], hsecname,
4125 hash_entry(_cache, &cache[sshdr->sh_link],
4209 * associated symbol is defined by the sh_link field.