SHF_ALLOC
if (!(shdr->sh_flags & SHF_ALLOC)) {
if (be32toh(sh[i].sh_flags) & SHF_ALLOC) {
if (be32toh(sh[i].sh_flags) & SHF_ALLOC) {
(SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR)) == \
(SHF_WRITE | SHF_ALLOC)) /* no SHF_EXECINSTR */
ksyms_hdr.kh_shdr[SHBSS].sh_flags = SHF_ALLOC | SHF_EXECINSTR;
if (!(shdr[i].sh_flags & SHF_ALLOC)) {