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

Declarations

tools/lld/ELF/SyntheticSections.h
  479   void addOutSec(int32_t tag, OutputSection *sec);

References

tools/lld/ELF/SyntheticSections.cpp
 1420       addOutSec(DT_PREINIT_ARRAY, Out::preinitArray);
 1424       addOutSec(DT_INIT_ARRAY, Out::initArray);
 1428       addOutSec(DT_FINI_ARRAY, Out::finiArray);