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

References

tools/lld/ELF/SyntheticSections.cpp
 3323       memcpy(buf + offset, d->data().data(), d->data().size());
 3325       offset += d->getSize();
 3328       memcpy(buf + offset, cantUnwindData, sizeof(cantUnwindData));
 3330       uint64_t p = getVA() + offset;
 3331       target->relocateOne(buf + offset, R_ARM_PREL31, s - p);
 3332       offset += 8;
 3336   memcpy(buf + offset, cantUnwindData, sizeof(cantUnwindData));
 3338   uint64_t p = getVA() + offset;
 3339   target->relocateOne(buf + offset, R_ARM_PREL31, s - p);
 3340   assert(size == offset + 8);