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

Declarations

tools/lld/ELF/LinkerScript.h
   50   uint64_t getSectionOffset() const;

References

tools/lld/ELF/LinkerScript.cpp
  319     cmd->sym->value = v.getSectionOffset();
tools/lld/ELF/ScriptParser.cpp
  151   return {a.sec, a.forceAbsolute, a.getSectionOffset() + b.getValue(), a.loc};
  158   return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc};