Home | History | Annotate | Download | only in src

Lines Matching refs:SHF_INFO_LINK

949 /* Return true if the flags of the sections match, ignoring the SHF_INFO_LINK
957 sh_flags1 &= ~SHF_INFO_LINK;
958 sh_flags2 &= ~SHF_INFO_LINK;
1651 /* Buggy binutils objdump might have stripped the SHF_INFO_LINK
1655 && (sec->shdr.sh_flags & SHF_INFO_LINK) != 0)
1656 shdr_mem.sh_flags |= SHF_INFO_LINK;