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

Declarations

tools/lld/ELF/SyntheticSections.h
  477   void addInSec(int32_t tag, InputSection *sec);

References

tools/lld/ELF/SyntheticSections.cpp
 1353     addInSec(part.relaDyn->dynamicTag, part.relaDyn);
 1370     addInSec(config->useAndroidRelrTags ? DT_ANDROID_RELR : DT_RELR,
 1384     addInSec(DT_JMPREL, in.relaPlt);
 1388       addInSec(DT_MIPS_PLTGOT, in.gotPlt);
 1391       addInSec(DT_PLTGOT, in.plt);
 1394       addInSec(DT_PLTGOT, in.gotPlt);
 1407   addInSec(DT_SYMTAB, part.dynSymTab);
 1409   addInSec(DT_STRTAB, part.dynStrTab);
 1414     addInSec(DT_GNU_HASH, part.gnuHashTab);
 1416     addInSec(DT_HASH, part.hashTab);
 1442     addInSec(DT_VERSYM, part.verSym);
 1444     addInSec(DT_VERDEF, part.verDef);
 1448     addInSec(DT_VERNEED, part.verNeed);
 1468     addInSec(DT_PLTGOT, in.mipsGot);
 1471         addInSec(DT_MIPS_RLD_MAP, in.mipsRldMap);