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

Declarations

tools/lld/ELF/InputSection.h
  181   void relocateAlloc(uint8_t *buf, uint8_t *bufEnd);

References

tools/lld/ELF/AArch64ErrataFix.cpp
  415   this->relocateAlloc(buf - outSecOff, buf - outSecOff + getSize());
tools/lld/ELF/ARMErrataFix.cpp
  177     relocateAlloc(buf - outSecOff, buf - outSecOff + getSize());
tools/lld/ELF/InputSection.cpp
  908     relocateAlloc(buf, bufEnd);
tools/lld/ELF/SyntheticSections.cpp
  593     s->relocateAlloc(buf, nullptr);
  656   relocateAlloc(buf - outSecOff, buf - outSecOff + size);
 3324       d->relocateAlloc(buf, buf + d->getSize());