reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
181 void relocateAlloc(uint8_t *buf, uint8_t *bufEnd);
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.cpp593 s->relocateAlloc(buf, nullptr); 656 relocateAlloc(buf - outSecOff, buf - outSecOff + size); 3324 d->relocateAlloc(buf, buf + d->getSize());