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

References

tools/lld/ELF/LinkerScript.cpp
  115                        ctx->outSec->name);
  119                        ctx->outSec->name);
  123   ctx->outSec->size += size;
  131           ctx->outSec->name);
  539   ctx->outSec = aether;
  732       (ctx->outSec->flags & SHF_TLS) && ctx->outSec->type == SHT_NOBITS;
  732       (ctx->outSec->flags & SHF_TLS) && ctx->outSec->type == SHT_NOBITS;
  745   assert(ctx->outSec == s->getParent());
  748   s->outSecOff = pos - s->getSize() - ctx->outSec->addr;
  757   ctx->outSec = sec;
  760   ctx->outSec->addr = advance(0, ctx->outSec->alignment);
  760   ctx->outSec->addr = advance(0, ctx->outSec->alignment);
  761   expandMemoryRegions(ctx->outSec->addr - before);
  839   if (PhdrEntry *l = ctx->outSec->ptLoad)
  861       cmd->offset = dot - ctx->outSec->addr;
 1165       return {ctx->outSec, false, dot - ctx->outSec->addr, loc};
 1165       return {ctx->outSec, false, dot - ctx->outSec->addr, loc};