Searched refs:SHF_GNU_RETAIN (Results 1 – 7 of 7) sorted by relevance
3688 | SHF_GNU_RETAIN \3932 | SHF_COMPRESSED | SHF_GNU_RETAIN) in check_sections()3953 sh_flags &= ~(GElf_Xword) SHF_GNU_RETAIN; in check_sections()
361 (check_sections): Use EXTRA_SHFLAGS. Add SHF_GNU_RETAIN to384 * elflint.c (check_sections): Handle SHF_GNU_RETAIN.
1325 if (shdr->sh_flags & SHF_GNU_RETAIN) in print_shdr()
551 constexpr Elf_Xword SHF_GNU_RETAIN = 0x200000; variable
484 #define SHF_GNU_RETAIN (1 << 21) /* Not to be GCed by linker. */ macro
100 elflint, readelf: Recognize SHF_GNU_RETAIN.
421 - elflint, readelf: Recognize SHF_GNU_RETAIN.