Searched refs:getCurrentLocation (Results 1 – 3 of 3) sorted by relevance
313 warn(getCurrentLocation() + ": ignored with fewer than 2 output sections"); in readNoCrossRefs()610 v.push_back(make<SymbolAssignment>(".", moveDot, 0, getCurrentLocation())); in readOverlay()950 OutputDesc *osd = script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription()967 script->createOutputSection(unquote(outSec), getCurrentLocation()); in readOutputSectionDescription()978 std::string location = getCurrentLocation(); in readOutputSectionDescription()1104 return make<SymbolAssignment>(".", readAssert(), 0, getCurrentLocation()); in readAssignment()1146 std::string loc = getCurrentLocation(); in readSymbolAssignment()1177 getCurrentLocation()); in readSymbolAssignment()1198 std::string loc = getCurrentLocation(); in combine()1207 std::string loc = getCurrentLocation(); in combine()[all …]
33 std::string getCurrentLocation();
83 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation() function in ScriptLexer95 std::string s = (getCurrentLocation() + ": " + msg).str(); in setError()