reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/LinkerScript.cpp
 1142         ret[id]->p_flags |= sec->getPhdrFlags();
tools/lld/ELF/SyntheticSections.cpp
 3519     hBuf->p_flags = p->p_flags;
tools/lld/ELF/Writer.cpp
 1063       if (!(p->p_flags & PF_W))
 2246            (prev->p_flags & PF_X) != (p->p_flags & PF_X)) ||
 2246            (prev->p_flags & PF_X) != (p->p_flags & PF_X)) ||
 2345       if (p->p_type == PT_LOAD && (p->p_flags & PF_X))
 2630       if (p->p_type == PT_LOAD && (p->p_flags & PF_X))
 2644     if (last && (last->p_flags & PF_X))