Home
last modified time | relevance | path

Searched refs:addrExpr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp561 Expr addrExpr; in readOverlay() local
563 addrExpr = readExpr(); in readOverlay()
576 osd->osec.addrExpr = addrExpr; in readOverlay()
584 addrExpr = [=]() -> ExprValue { return {&osd->osec, false, 0, ""}; }; in readOverlay()
612 return addrExpr().getValue() + max; in readOverlay()
969 cmd->addrExpr = readExpr(); in readSectionAddressType()
972 cmd->addrExpr = readExpr(); in readSectionAddressType()
H A DOutputSections.h84 Expr addrExpr; variable
H A DLinkerScript.cpp1096 if (sec && !sec->addrExpr && !ctx.arg.sectionStartMap.count(".gnu.sgstubs")) in diagnoseMissingSGSectionAddress()
1186 if (sec->addrExpr) in assignOffsets()
1187 setDot(sec->addrExpr, sec->location, false); in assignOffsets()
1199 if (!(sec->addrExpr && hasSectionsCommand)) { in assignOffsets()
H A DWriter.cpp2017 sec->addrExpr = [=] { return i->second; }; in finalizeSections()
2539 if (!cmd->addrExpr) { in fixSectionAlignments()
2557 cmd->addrExpr = [&ctx = this->ctx] { in fixSectionAlignments()
2574 cmd->addrExpr = [&ctx] { in fixSectionAlignments()
2580 cmd->addrExpr = [&ctx] { in fixSectionAlignments()