Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.c503 { SHF_INFO_LINK, ALL, MSG_SHF_INFO_LINK_CF }, in conv_sec_flags_strings()
519 { SHF_INFO_LINK, ALL, MSG_SHF_INFO_LINK_NF }, in conv_sec_flags_strings()
H A Dsections.msg274 @ MSG_SHF_INFO_LINK_CF "SHF_INFO_LINK" # 0x40
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h644 #define SHF_INFO_LINK 0x40 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h470 #define SHF_INFO_LINK 0x40 /* sh_info holds section index. */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c607 SHF_ALLOC | SHF_INFO_LINK, sizeof (Syminfo)); in new_section()
1894 shdr->sh_flags |= SHF_INFO_LINK; in make_cap()
2517 shdr->sh_flags |= SHF_INFO_LINK; in make_reloc()
H A Dplace.c1405 if (shdr->sh_flags & SHF_INFO_LINK) in ld_place_section()
H A Dupdate.c4360 if (shdr->sh_info && (shdr->sh_flags & SHF_INFO_LINK)) in ld_update_outfile()