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

References

tools/lld/ELF/MarkLive.cpp
  357     bool isAlloc = (sec->flags & SHF_ALLOC);
  358     bool isLinkOrder = (sec->flags & SHF_LINK_ORDER);
  359     bool isRel = (sec->type == SHT_REL || sec->type == SHT_RELA);
  359     bool isRel = (sec->type == SHT_REL || sec->type == SHT_RELA);
  362       sec->markLive();