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

References

tools/lld/ELF/LinkerScript.cpp
  745   assert(ctx->outSec == s->getParent());
  747   uint64_t pos = advance(s->getSize(), s->alignment);
  747   uint64_t pos = advance(s->getSize(), s->alignment);
  748   s->outSecOff = pos - s->getSize() - ctx->outSec->addr;
  748   s->outSecOff = pos - s->getSize() - ctx->outSec->addr;