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.cpp567 Expr addrExpr; in readOverlay() local
569 addrExpr = [] { return script->getDot(); }; in readOverlay()
571 addrExpr = readExpr(); in readOverlay()
586 osd->osec.addrExpr = addrExpr; in readOverlay()
594 addrExpr = [=]() -> ExprValue { return {&osd->osec, false, 0, ""}; }; in readOverlay()
608 return addrExpr().getValue() + max; in readOverlay()
924 cmd->addrExpr = readExpr(); in readSectionAddressType()
927 cmd->addrExpr = readExpr(); in readSectionAddressType()
H A DOutputSections.h83 Expr addrExpr; variable
H A DLinkerScript.cpp967 if (sec && !sec->addrExpr && !config->sectionStartMap.count(".gnu.sgstubs")) in diagnoseMissingSGSectionAddress()
1053 if (sec->addrExpr) in assignOffsets()
1054 setDot(sec->addrExpr, sec->location, false); in assignOffsets()
1066 if (!(sec->addrExpr && script->hasSectionsCommand)) { in assignOffsets()
H A DWriter.cpp1900 sec->addrExpr = [=] { return i->second; }; in finalizeSections()
2376 if (!cmd->addrExpr) { in fixSectionAlignments()
2394 cmd->addrExpr = [] { in fixSectionAlignments()
2411 cmd->addrExpr = [] { in fixSectionAlignments()
2417 cmd->addrExpr = [] { in fixSectionAlignments()