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

References

tools/lld/ELF/LinkerScript.cpp
 1039       phdrs, [](const PhdrEntry *e) { return e->p_type == PT_LOAD; });
 1067                  [](const PhdrEntry *e) { return e->p_type == PT_PHDR; });
tools/lld/ELF/SyntheticSections.cpp
 3518     hBuf->p_type = p->p_type;
tools/lld/ELF/Writer.cpp
  146     if (p->p_type != PT_LOAD)
  985   if (p_type == PT_LOAD)
 1060       if (p->p_type != PT_LOAD)
 1867       if (p->p_type == PT_TLS)
 2281       if (p->p_type == PT_LOAD && p->firstSec) {
 2345       if (p->p_type == PT_LOAD && (p->p_flags & PF_X))
 2406     if (p->p_type == PT_GNU_RELRO) {
 2630       if (p->p_type == PT_LOAD && (p->p_flags & PF_X))
 2641       if (p->p_type == PT_LOAD)