Home | History | Annotate | Download | only in src

Lines Matching refs:sh_info

900 						  SCNINFO_SHDR (fileinfo->scninfo[shdr->sh_info].shdr).sh_name)))))
948 /* Handle section linked by 'sh_info'. */
949 if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK))
952 mark_section_used (&scninfo->fileinfo->scninfo[shdr->sh_info],
953 shdr->sh_info, &ignore);
1182 fileinfo->nlocalsymbols = shdr->sh_info;
1201 nlocalsymbols = shdr->sh_info;
1223 fileinfo->nverdef = nversions = shdr->sh_info;
1273 xelf_getsym (symdata, shdr->sh_info, sym);
1296 symbol->symidx = shdr->sh_info;
6031 shdr->sh_info = ld_state.nverdeffile;
6044 shdr->sh_info = 1;
6067 shdr->sh_info = nsym_local;
6207 shdr->sh_info = ld_state.dblindirect[si];
6590 to the symbol table. The sh_info field is left zero since
6885 shdr->sh_info =
6886 rellist->scninfo->fileinfo->scninfo[SCNINFO_SHDR (rellist->scninfo->shdr).sh_info].outscnndx;