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

References

tools/lld/ELF/DWARF.cpp
  124   return findAux(*sec.sec, pos, sec.sec->template rels<ELFT>());
tools/lld/ELF/Driver.cpp
 1521     sym = &s->getFile<ELFT>()->getRelocTargetSym(s->template rels<ELFT>()[0]);
tools/lld/ELF/ICF.cpp
  316   return constantEq(a, a->template rels<ELFT>(), b, b->template rels<ELFT>());
  316   return constantEq(a, a->template rels<ELFT>(), b, b->template rels<ELFT>());
  364   return variableEq(a, a->template rels<ELFT>(), b, b->template rels<ELFT>());
  364   return variableEq(a, a->template rels<ELFT>(), b, b->template rels<ELFT>());
  465         combineRelocHashes<ELFT>(cnt, s, s->template rels<ELFT>());
tools/lld/ELF/InputSection.cpp
  918     sec->relocateNonAlloc<ELFT>(buf, sec->template rels<ELFT>());
 1192     split<ELFT>(rels<ELFT>());
tools/lld/ELF/MarkLive.cpp
  254         scanEhFrameSection(*eh, eh->template rels<ELFT>());
  280       for (const typename ELFT::Rel &rel : sec.template rels<ELFT>())
tools/lld/ELF/Relocations.cpp
 1411     scanRelocs<ELFT>(s, s.rels<ELFT>());
tools/lld/ELF/SyntheticSections.cpp
  435     addRecords<ELFT>(sec, sec->template rels<ELFT>());