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

References

tools/lld/ELF/ScriptParser.cpp
  146     error(a.loc + ": at least one side of the expression must be absolute");
  151   return {a.sec, a.forceAbsolute, a.getSectionOffset() + b.getValue(), a.loc};
  158   return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc};
  164           (a.getValue() & b.getValue()) - a.getSecAddr(), a.loc};
  170           (a.getValue() | b.getValue()) - a.getSecAddr(), a.loc};