Lines Matching refs:EhFrameSection
350 EhFrameSection::EhFrameSection() in EhFrameSection() function in EhFrameSection
357 CieRecord *EhFrameSection::addCie(EhSectionPiece &cie, ArrayRef<RelTy> rels) { in addCie()
379 Defined *EhFrameSection::isFdeLive(EhSectionPiece &fde, ArrayRef<RelTy> rels) { in isFdeLive()
407 void EhFrameSection::addRecords(EhInputSection *sec, ArrayRef<RelTy> rels) { in addRecords()
425 void EhFrameSection::addSectionAux(EhInputSection *sec) { in addSectionAux()
438 void EhFrameSection::iterateFDEWithLSDAAux( in iterateFDEWithLSDAAux()
457 void EhFrameSection::iterateFDEWithLSDA( in iterateFDEWithLSDA()
476 void EhFrameSection::finalizeContents() { in finalizeContents()
523 SmallVector<EhFrameSection::FdeData, 0> EhFrameSection::getFdeData() const { in getFdeData()
576 uint64_t EhFrameSection::getFdePc(uint8_t *buf, size_t fdeOff, in getFdePc()
589 void EhFrameSection::writeTo(uint8_t *buf) { in writeTo()
2996 using FdeData = EhFrameSection::FdeData; in write()
3327 EhFrameSection &eh = *sec->getPartition().ehFrame; in combineEhSections()
3909 template void EhFrameSection::iterateFDEWithLSDA<ELF32LE>(
3911 template void EhFrameSection::iterateFDEWithLSDA<ELF32BE>(
3913 template void EhFrameSection::iterateFDEWithLSDA<ELF64LE>(
3915 template void EhFrameSection::iterateFDEWithLSDA<ELF64BE>(