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

Declarations

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

References

tools/lld/ELF/SyntheticSections.cpp
 1372     addSize(config->useAndroidRelrTags ? DT_ANDROID_RELRSZ : DT_RELRSZ,
 1421       addSize(DT_PREINIT_ARRAYSZ, Out::preinitArray);
 1425       addSize(DT_INIT_ARRAYSZ, Out::initArray);
 1429       addSize(DT_FINI_ARRAYSZ, Out::finiArray);