reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/ScriptParser.cpp
 1142   if (tok == "ABSOLUTE") {
 1150   if (tok == "ADDR") {
 1159   if (tok == "ALIGN") {
 1175   if (tok == "ALIGNOF") {
 1183   if (tok == "ASSERT")
 1185   if (tok == "CONSTANT")
 1187   if (tok == "DATA_SEGMENT_ALIGN") {
 1197   if (tok == "DATA_SEGMENT_END") {
 1203   if (tok == "DATA_SEGMENT_RELRO_END") {
 1215   if (tok == "DEFINED") {
 1219   if (tok == "LENGTH") {
 1227   if (tok == "LOADADDR") {
 1236   if (tok == "MAX" || tok == "MIN") {
 1236   if (tok == "MAX" || tok == "MIN") {
 1242     if (tok == "MIN")
 1246   if (tok == "ORIGIN") {
 1254   if (tok == "SEGMENT_START") {
 1262   if (tok == "SIZEOF") {
 1270   if (tok == "SIZEOF_HEADERS")
 1274   if (tok == ".")
 1275     return [=] { return script->getSymbolValue(tok, location); };
 1278   if (Optional<uint64_t> val = parseInt(tok))
 1282   if (!isValidCIdentifier(tok))
 1283     setError("malformed number: " + tok);
 1284   script->referencedSymbols.push_back(tok);
 1285   return [=] { return script->getSymbolValue(tok, location); };