Home | History | Annotate | Download | only in src

Lines Matching refs:sh_flags

679   /* Sort by sh_flags as an arbitrary ordering.  */
680 if (shdr1->sh_flags < shdr2->sh_flags)
682 if (shdr1->sh_flags > shdr2->sh_flags)
696 if ((s1->shdr.sh_flags ^ s2->shdr.sh_flags) & SHF_ALLOC)
697 return (s1->shdr.sh_flags & SHF_ALLOC) ? -1 : 1;
699 return ((s1->shdr.sh_flags & SHF_ALLOC)
875 return (sections[i].shdr.sh_flags == shdr->sh_flags
942 && !(sec->shdr.sh_flags & SHF_ALLOC)
1020 COPY (sh_flags);
1032 if (sec->shdr.sh_flags & SHF_ALLOC)
1064 if (!(shdr->sh_flags & SHF_ALLOC))
1111 && sec->shdr.sh_flags == undo_sec->shdr.sh_flags
1270 while (nalloc > 0 && !(sections[nalloc - 1].shdr.sh_flags & SHF_ALLOC))
1327 if (shdr->sh_flags & SHF_ALLOC)
1438 if (!(sec->shdr.sh_flags & SHF_ALLOC)
1494 || !(shdr_mem.sh_flags & SHF_ALLOC)
1504 if (shdr_mem.sh_flags & SHF_INFO_LINK)
1518 if (stripped_ehdr->e_type != ET_REL && (shdr_mem.sh_flags & SHF_ALLOC))