Lines Matching defs:RelocatedEHFrameSection
1868 BinarySection *RelocatedEHFrameSection =
1870 assert(RelocatedEHFrameSection &&
1908 RelocatedEHFrameSection->addRelocation(Offset, nullptr, RelType, Value);
3651 BinarySection *RelocatedEHFrameSection =
3653 if (RelocatedEHFrameSection && RelocatedEHFrameSection->hasValidSectionID()) {
3660 MapSection(*RelocatedEHFrameSection, NextAvailableAddress);
3661 BC->deregisterSection(*RelocatedEHFrameSection);
5818 BinarySection *RelocatedEHFrameSection =
5820 if (RelocatedEHFrameSection) {
5821 RelocatedEHFrameAddress = RelocatedEHFrameSection->getOutputAddress();
5822 RelocatedEHFrameContents = RelocatedEHFrameSection->getOutputContents();
5895 if (RelocatedEHFrameSection) {
5897 RelocatedEHFrameSection->getOutputAddress() +
5898 RelocatedEHFrameSection->getOutputSize() -
5902 BC->deregisterSection(*RelocatedEHFrameSection);