Lines Matching refs:sh_link

1934 	 * sh_link contains the section index of the associated
1942 shdr->sh_link = (Word)elf_ndxscn(ofl->ofl_osstrtab->os_scn);
1944 ofl->ofl_ossymshndx->os_shdr->sh_link =
1965 shdr->sh_link = (Word)elf_ndxscn(ofl->ofl_osdynstr->os_scn);
1967 ofl->ofl_oshash->os_shdr->sh_link =
1972 shdr->sh_link =
2001 shdr->sh_link = (Word)elf_ndxscn(ofl->ofl_osdynstr->os_scn);
2005 shdr->sh_link =
2019 ofl->ofl_osdynsymsort->os_shdr->sh_link =
2034 ofl->ofl_osdyntlssort->os_shdr->sh_link =
2101 ofl->ofl_osdynamic->os_shdr->sh_link = (Word)elf_ndxscn(strosp->os_scn);
2712 ofl->ofl_osverdef->os_shdr->sh_link = (Word)elf_ndxscn(strosp->os_scn);
2742 ofl->ofl_osversym->os_shdr->sh_link = (Word)elf_ndxscn(osp->os_scn);
2856 * Use sh_link to record the associated string table section, and
2860 ofl->ofl_osverneed->os_shdr->sh_link = (Word)elf_ndxscn(strosp->os_scn);
2889 infosp->os_shdr->sh_link = (Word)elf_ndxscn(symosp->os_scn);
3076 * Update sh_link of the Move section, and point to the new Move data.
3079 ofl->ofl_osmove->os_shdr->sh_link = ndx;
3190 * Scan through the SHT_GROUP output sections. Update their sh_link/sh_info
3217 shdr->sh_link = (Word)elf_ndxscn(ofl->ofl_ossymtab->os_scn);
3289 * If symbol capabilities exist, set the sh_link field of the .SUNW_cap
3294 cosp->os_shdr->sh_link =
3383 * Update the .SUNW_capinfo sh_link to point to the appropriate symbol
3389 ciosp->os_shdr->sh_link = (Word)elf_ndxscn(symosp->os_scn);
3555 * if sh_link has a value, it's the right value.
4061 if (shdr->sh_link)
4062 shdr->sh_link = translate_link(ofl, osp,
4063 shdr->sh_link, MSG_INTL(MSG_FIL_INVSHLINK));
4305 shdr0->sh_link = shscnndx;