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

References

tools/lld/ELF/LinkerScript.cpp
  993     return cmd.type == PT_LOAD;
 1122     PhdrEntry *phdr = make<PhdrEntry>(cmd.type, cmd.flags ? *cmd.flags : PF_R);
 1157     if (cmd.type == PT_INTERP)
tools/lld/ELF/ScriptParser.cpp
  437     cmd.type = readPhdrType();