Searched refs:SHF_INFO_LINK (Results 1 – 11 of 11) sorted by relevance
374 #define SHF_INFO_LINK (1 << 6) /* sh_info holds section header table index */ macro
1085 (SHF_INFO_LINK): New valye for sh_flags field.
470 #define SHF_INFO_LINK 0x40 /* sh_info holds section index. */ macro
679 SHF_INFO_LINK = 0x40U, enumerator
392 BCase(SHF_INFO_LINK) in bitset()
1114 osh.sh_flags |= SHF_INFO_LINK; in copy_shdr()
780 if (((i_shdrp[shindex].sh_flags & SHF_INFO_LINK) in elf_object_p()
469 LLVM_READOBJ_ENUM_ENT(ELF, SHF_INFO_LINK ),
968 _ELF_DEFINE_SHF(SHF_INFO_LINK, 0x40, \
3887 case SHF_INFO_LINK: index = 5; break; in get_elf_section_flags()3928 case SHF_INFO_LINK: *p = 'I'; break; in get_elf_section_flags()
1046 {"INFO LINK", 'I', SHF_INFO_LINK},