Lines Matching refs:getCurrentLocation
283 SymbolAssignment *cmd = make<SymbolAssignment>(name, e, getCurrentLocation()); in readDefsym()
556 v.push_back(make<SymbolAssignment>(".", moveDot, getCurrentLocation())); in readOverlay()
843 script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription()
859 script->createOutputSection(outSec, getCurrentLocation()); in readOutputSectionDescription()
867 std::string location = getCurrentLocation(); in readOutputSectionDescription()
981 return make<SymbolAssignment>(".", readAssert(), getCurrentLocation()); in readAssignment()
1009 std::string loc = getCurrentLocation(); in readSymbolAssignment()
1012 return make<SymbolAssignment>(name, e, getCurrentLocation()); in readSymbolAssignment()
1035 std::string loc = getCurrentLocation(); in combine()
1044 std::string loc = getCurrentLocation(); in combine()
1109 std::string location = getCurrentLocation(); in getPageSize()
1276 std::string location = getCurrentLocation(); in readPrimary()