Searched refs:EhFrame (Results 1 – 6 of 6) sorted by relevance
129 for (const CieRecord *Rec : In.EhFrame->getCieRecords()) { in printEhFrame()185 if (IS == In.EhFrame) { in writeMapFile()
29 EhFrame.cpp
161 In.EhFrame->addSection<ELFT>(ES); in combineEhFrameSections()430 In.EhFrame = make<EhFrameSection>(); in createSyntheticSections()431 Add(In.EhFrame); in createSyntheticSections()943 for (EhInputSection *ES : In.EhFrame->Sections) in forEachRelSec()1657 finalizeSynthetic(In.EhFrame); in finalizeSections()2008 if (!In.EhFrame->empty() && In.EhFrameHdr && In.EhFrame->getParent() && in createPhdrs()
2672 std::vector<FdeData> Fdes = In.EhFrame->getFdeData(); in writeTo()2678 write32(Buf + 4, In.EhFrame->getParent()->Addr - this->getVA() - 4); in writeTo()2691 return 12 + In.EhFrame->NumFdes * 8; in getSize()2694 bool EhFrameHeader::empty() const { return In.EhFrame->empty(); } in empty()
1004 EhFrameSection *EhFrame; member
51 SRCS+= ELF/EhFrame.cpp