reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
806 if (!(sec->flags & SHF_ALLOC)) 809 ctx->memRegion = sec->memRegion; 810 ctx->lmaRegion = sec->lmaRegion; 814 if ((sec->flags & SHF_ALLOC) && sec->addrExpr) 814 if ((sec->flags & SHF_ALLOC) && sec->addrExpr) 815 setDot(sec->addrExpr, sec->location, false); 815 setDot(sec->addrExpr, sec->location, false); 823 ctx->memRegion->name, sec->name); 825 switchTo(sec); 827 if (sec->lmaExpr) 828 ctx->lmaOffset = sec->lmaExpr().getValue() - dot; 830 if (MemoryRegion *mr = sec->lmaRegion) 840 if (sec == findFirstSection(l)) 845 sec->size = 0; 850 for (BaseCommand *base : sec->sectionCommands) {