Lines Matching defs:location
600 // According to the specification, at the end of the overlay, the location
978 std::string location = getCurrentLocation();
982 osec->alignExpr = checkAlignment(readParenExpr(), location);
984 osec->subalignExpr = checkAlignment(readParenExpr(), location);
1274 std::string location = getCurrentLocation();
1278 error(location + ": unable to calculate page size");
1411 static void checkIfExists(const OutputSection &osec, StringRef location) {
1412 if (osec.location.empty() && script->errorOnMissingSection)
1413 script->recordError(location + ": undefined section " + osec.name);
1441 std::string location = getCurrentLocation();
1458 checkIfExists(*osec, location);
1459 return {osec, false, 0, location};
1466 e = checkAlignment(e, location);
1470 Expr e2 = checkAlignment(readExpr(), location);
1482 checkIfExists(*osec, location);
1544 checkIfExists(*osec, location);
1596 return [=] { return script->getSymbolValue(tok, location); };
1611 return [=] { return script->getSymbolValue(tok, location); };