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

References

tools/lld/ELF/InputSection.cpp
  914     relocateNonAllocForRelocatable(sec, buf);
  915   else if (sec->areRelocsRela)
  916     sec->relocateNonAlloc<ELFT>(buf, sec->template relas<ELFT>());
  916     sec->relocateNonAlloc<ELFT>(buf, sec->template relas<ELFT>());
  918     sec->relocateNonAlloc<ELFT>(buf, sec->template rels<ELFT>());
  918     sec->relocateNonAlloc<ELFT>(buf, sec->template rels<ELFT>());