Home | History | Annotate | Download | only in src

Lines Matching refs:sh_info

472       /* Get the header of the zeroth section.  The sh_info field
479 if (shdr->sh_info < PN_XNUM)
483 phnum = shdr->sh_info;
749 if (cnt < shdr->sh_info)
872 if (cnt >= shdr->sh_info)
874 section [%2d] '%s': symbol %zu: local symbol outside range described in sh_info\n"),
879 if (cnt < shdr->sh_info)
881 section [%2d] '%s': symbol %zu: non-local symbol outside range described in sh_info\n"),
1193 if (shdr->sh_info >= shnum)
1196 else if (shdr->sh_info != 0)
1198 *destshdrp = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_info),
1213 sections have a sh_info value of zero. */
1214 if (shdr->sh_info != 0)
1216 section [%2d] '%s': sh_info should be zero\n"),
1605 if (shdr->sh_info != 0)
1606 ERROR (gettext ("section [%2d] '%s': sh_info not zero\n"),
1888 if (shdr->sh_info != 0)
1889 ERROR (gettext ("section [%2d] '%s': sh_info not zero\n"),
2405 if (shdr->sh_info >= symshdr->sh_size / gelf_fsize (ebl->elf, ELF_T_SYM,
2408 section [%2d] '%s': invalid symbol index in sh_info\n"),
2416 GElf_Sym *sym = gelf_getsym (elf_getdata (symscn, NULL), shdr->sh_info,
2853 for (int cnt = shdr->sh_info; --cnt >= 0; )
2996 for (int cnt = shdr->sh_info; --cnt >= 0; )
3436 if (shdr->sh_info != 0 && ehdr->e_phnum != PN_XNUM)
3659 if (SH_INFO_LINK_P (shdr) && shdr->sh_info >= shnum)