Home
last modified time | relevance | path

Searched refs:ehFrame (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp118 .Case(section_names::ehFrame, std::numeric_limits<int>::max()) in sectionOrder()
H A DInputSection.h329 constexpr const char ehFrame[] = "__eh_frame"; variable
H A DConcatOutputSection.cpp478 isec->getName() != section_names::ehFrame) in getOrCreateForInput()
H A DInputSection.cpp388 return isec->getName() == section_names::ehFrame && in isEhFrameSection()
H A DUnwindInfoSection.cpp360 if (d->unwindEntry()->getName() == section_names::ehFrame) { in relocateCompactUnwind()
H A DInputFiles.cpp392 } else if (name == section_names::ehFrame && in parseSections()
1036 .Case(section_names::ehFrame, &ehFrameSection) in parse()
H A DWriter.cpp1063 if (osec->name == section_names::ehFrame && in createOutputSections()
/freebsd/contrib/llvm-project/lld/ELF/
H A DICF.cpp475 part.ehFrame->iterateFDEWithLSDA<ELFT>( in run()
H A DSyntheticSections.cpp3728 SmallVector<FdeData, 0> fdes = getPartition(ctx).ehFrame->getFdeData(); in write()
3735 getPartition(ctx).ehFrame->getParent()->addr - this->getVA() - 4); in write()
3748 return 12 + getPartition(ctx).ehFrame->numFdes * 8; in getSize()
3752 return isLive() && getPartition(ctx).ehFrame->isNeeded(); in isNeeded()
4054 EhFrameSection &eh = *sec->getPartition(ctx).ehFrame; in combineEhSections()
4869 part.ehFrame = std::make_unique<EhFrameSection>(ctx); in createSyntheticSections()
4870 add(*part.ehFrame); in createSyntheticSections()
H A DWriter.cpp1871 finalizeSynthetic(ctx, part.ehFrame.get()); in finalizeSections()
2449 if (part.ehFrame->isNeeded() && part.ehFrameHdr && in createPhdrs()
2450 part.ehFrame->getParent() && part.ehFrameHdr->getParent()) in createPhdrs()
H A DSyntheticSections.h1515 std::unique_ptr<EhFrameSection> ehFrame; member
H A DRelocations.cpp1728 for (EhInputSection *sec : part.ehFrame->sections) in scanRelocations()