reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
797 readSectionAddressType(cmd); 802 cmd->lmaExpr = readParenExpr(); 804 cmd->alignExpr = checkAlignment(readParenExpr(), location); 806 cmd->subalignExpr = checkAlignment(readParenExpr(), location); 810 cmd->constraint = ConstraintKind::ReadOnly; 812 cmd->constraint = ConstraintKind::ReadWrite; 820 cmd->sectionCommands.push_back(assign); 822 cmd->sectionCommands.push_back(data); 832 cmd->filler = readFill(); 839 cmd->sectionCommands.push_back(readInputSectionDescription(tok)); 846 cmd->sectionCommands.push_back(isd); 851 cmd->memoryRegionName = next(); 855 cmd->lmaRegionName = next(); 858 if (cmd->lmaExpr && !cmd->lmaRegionName.empty()) 858 if (cmd->lmaExpr && !cmd->lmaRegionName.empty()) 861 cmd->phdrs = readOutputSectionPhdrs(); 866 cmd->filler = readFill(); 874 cmd->expressionsUseSymbols = true; 875 return cmd;