Home
last modified time | relevance | path

Searched refs:relocateAlloc (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/ELF/
DInputSection.h209 void relocateAlloc(uint8_t *buf, uint8_t *bufEnd);
DARMErrataFix.cpp178 relocateAlloc(buf, buf + getSize()); in writeTo()
DAArch64ErrataFix.cpp416 relocateAlloc(buf, buf + getSize()); in writeTo()
DInputSection.cpp992 relocateAlloc(buf, bufEnd); in relocate()
1005 void InputSectionBase::relocateAlloc(uint8_t *buf, uint8_t *bufEnd) { in relocateAlloc() function in InputSectionBase
DSyntheticSections.cpp640 s->relocateAlloc(buf, nullptr); in writeTo()
700 relocateAlloc(buf, buf + size); in writeTo()
3502 d->relocateAlloc(buf + d->outSecOff, buf + d->outSecOff + d->getSize()); in writeTo()