Searched refs:SHF_INFO_LINK (Results 1 – 8 of 8) sorted by relevance
315 #define SHF_INFO_LINK 0x40 /* sh_info contains SHT index */ macro
333 #define SHF_INFO_LINK 0x40 /* sh_info holds section index. */ macro
1086 sec->sh.sh_flags = SHF_INFO_LINK; in elf_create_rel_reloc_section()1116 sec->sh.sh_flags = SHF_INFO_LINK; in elf_create_rela_reloc_section()
472 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */ macro