Searched refs:EhFrameSection (Results 1 – 3 of 3) sorted by relevance
364 EhFrameSection::EhFrameSection() in EhFrameSection() function in EhFrameSection393 bool EhFrameSection::isFdeLive(EhSectionPiece &Fde, ArrayRef<RelTy> Rels) { in isFdeLive()477 void EhFrameSection::finalizeContents() { in finalizeContents()502 std::vector<EhFrameSection::FdeData> EhFrameSection::getFdeData() const { in getFdeData()555 uint64_t EhFrameSection::getFdePc(uint8_t *Buf, size_t FdeOff, in getFdePc()568 void EhFrameSection::writeTo(uint8_t *Buf) { in writeTo()2670 typedef EhFrameSection::FdeData FdeData; in writeTo()3170 template void EhFrameSection::addSection<ELF32LE>(InputSectionBase *);3171 template void EhFrameSection::addSection<ELF32BE>(InputSectionBase *);3172 template void EhFrameSection::addSection<ELF64LE>(InputSectionBase *);[all …]
66 class EhFrameSection final : public SyntheticSection {68 EhFrameSection();1004 EhFrameSection *EhFrame;
430 In.EhFrame = make<EhFrameSection>(); in createSyntheticSections()