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

Declarations

tools/lld/ELF/SyntheticSections.h
  475   void add(int32_t tag, std::function<uint64_t()> fn);

References

tools/lld/ELF/SyntheticSections.cpp
 1462     add(DT_MIPS_LOCAL_GOTNO, [] { return in.mipsGot->getLocalEntriesNum(); });
 1481     add(DT_PPC_GOT, [] { return in.got->getVA(); });