Lines Matching refs:EhFrameSection
347 EhFrameSection::EhFrameSection() in EhFrameSection() function in EhFrameSection
354 CieRecord *EhFrameSection::addCie(EhSectionPiece &cie, ArrayRef<RelTy> rels) { in addCie()
376 Defined *EhFrameSection::isFdeLive(EhSectionPiece &fde, ArrayRef<RelTy> rels) { in isFdeLive()
404 void EhFrameSection::addRecords(EhInputSection *sec, ArrayRef<RelTy> rels) { in addRecords()
431 void EhFrameSection::addSectionAux(EhInputSection *sec) { in addSectionAux()
440 void EhFrameSection::addSection(EhInputSection *sec) { in addSection()
453 void EhFrameSection::iterateFDEWithLSDAAux( in iterateFDEWithLSDAAux()
481 void EhFrameSection::iterateFDEWithLSDA( in iterateFDEWithLSDA()
507 void EhFrameSection::finalizeContents() { in finalizeContents()
554 std::vector<EhFrameSection::FdeData> EhFrameSection::getFdeData() const { in getFdeData()
607 uint64_t EhFrameSection::getFdePc(uint8_t *buf, size_t fdeOff, in getFdePc()
620 void EhFrameSection::writeTo(uint8_t *buf) { in writeTo()
2985 using FdeData = EhFrameSection::FdeData; in write()
3809 template void EhFrameSection::iterateFDEWithLSDA<ELF32LE>(
3811 template void EhFrameSection::iterateFDEWithLSDA<ELF32BE>(
3813 template void EhFrameSection::iterateFDEWithLSDA<ELF64LE>(
3815 template void EhFrameSection::iterateFDEWithLSDA<ELF64BE>(