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

Derived Classes

tools/lld/ELF/SyntheticSections.cpp
 3629 template class RelocationSection<ELF32LE>;
 3630 template class RelocationSection<ELF32BE>;
 3631 template class RelocationSection<ELF64LE>;
 3632 template class RelocationSection<ELF64BE>;
 3634 template class AndroidPackedRelocationSection<ELF32LE>;
 3635 template class AndroidPackedRelocationSection<ELF32BE>;
 3636 template class AndroidPackedRelocationSection<ELF64LE>;
 3637 template class AndroidPackedRelocationSection<ELF64BE>;
tools/lld/ELF/SyntheticSections.h
  510 class RelocationSection final : public RelocationBaseSection {
  523 class AndroidPackedRelocationSection final : public RelocationBaseSection {

References

tools/lld/ELF/Relocations.cpp
  955                         RelocationBaseSection *rel, RelType type, Symbol &sym) {
tools/lld/ELF/SyntheticSections.cpp
 1251 static std::function<uint64_t()> addRelaSz(RelocationBaseSection *relaDyn) {
 2474   RelocationBaseSection *relSec = isIplt ? in.relaIplt : in.relaPlt;
tools/lld/ELF/SyntheticSections.h
  510 class RelocationSection final : public RelocationBaseSection {
  523 class AndroidPackedRelocationSection final : public RelocationBaseSection {
 1132   RelocationBaseSection *relaDyn;
 1165   RelocationBaseSection *relaPlt;
 1166   RelocationBaseSection *relaIplt;