Home
last modified time | relevance | path

Searched refs:SHF_INFO_LINK (Results 1 – 7 of 7) sorted by relevance

/titanic_52/usr/src/cmd/sgs/libconv/common/
H A Dsections.c443 { SHF_INFO_LINK, ALL, MSG_SHF_INFO_LINK_CF }, in conv_sec_flags_strings()
459 { SHF_INFO_LINK, ALL, MSG_SHF_INFO_LINK_NF }, in conv_sec_flags_strings()
H A Dsections.msg224 @ MSG_SHF_INFO_LINK_CF "SHF_INFO_LINK" # 0x40
/titanic_52/usr/src/uts/common/sys/
H A Delf.h628 #define SHF_INFO_LINK 0x40 macro
/titanic_52/usr/src/boot/sys/sys/
H A Delf_common.h470 #define SHF_INFO_LINK 0x40 /* sh_info holds section index. */ macro
/titanic_52/usr/src/cmd/sgs/libld/common/
H A Dsections.c601 * so we also set SHF_INFO_LINK. in new_section()
604 SHF_ALLOC | SHF_INFO_LINK, sizeof (Syminfo)); in new_section()
1865 shdr->sh_flags |= SHF_INFO_LINK; in make_cap()
2488 shdr->sh_flags |= SHF_INFO_LINK; in make_reloc()
H A Dplace.c1275 if (shdr->sh_flags & SHF_INFO_LINK) in ld_place_section()
H A Dupdate.c4065 if (shdr->sh_info && (shdr->sh_flags & SHF_INFO_LINK)) in ld_update_outfile()