Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp100 .Case(section_names::ehFrame, std::numeric_limits<int>::max()) in sectionOrder()
H A DInputSection.h325 constexpr const char ehFrame[] = "__eh_frame"; variable
H A DConcatOutputSection.cpp416 isec->getName() != section_names::ehFrame) in getOrCreateForInput()
H A DInputSection.cpp354 return isec->getName() == section_names::ehFrame && in isEhFrameSection()
H A DUnwindInfoSection.cpp348 if (d->unwindEntry->getName() == section_names::ehFrame) { in relocateCompactUnwind()
H A DInputFiles.cpp394 } else if (name == section_names::ehFrame && in parseSections()
1038 .Case(section_names::ehFrame, &ehFrameSection) in parse()
H A DWriter.cpp1018 if (osec->name == section_names::ehFrame && in createOutputSections()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DWriter.cpp465 part.ehFrame = std::make_unique<EhFrameSection>(); in createSyntheticSections()
466 add(*part.ehFrame); in createSyntheticSections()
1985 finalizeSynthetic(part.ehFrame.get()); in finalizeSections()
2505 if (part.ehFrame->isNeeded() && part.ehFrameHdr && in createPhdrs()
2506 part.ehFrame->getParent() && part.ehFrameHdr->getParent()) in createPhdrs()
H A DICF.cpp478 part.ehFrame->iterateFDEWithLSDA<ELFT>( in run()
H A DSyntheticSections.cpp3024 SmallVector<FdeData, 0> fdes = getPartition().ehFrame->getFdeData(); in write()
3031 getPartition().ehFrame->getParent()->addr - this->getVA() - 4); in write()
3044 return 12 + getPartition().ehFrame->numFdes * 8; in getSize()
3048 return isLive() && getPartition().ehFrame->isNeeded(); in isNeeded()
3352 EhFrameSection &eh = *sec->getPartition().ehFrame; in combineEhSections()
H A DSyntheticSections.h1314 std::unique_ptr<EhFrameSection> ehFrame; member
H A DRelocations.cpp1606 for (EhInputSection *sec : part.ehFrame->sections) in scanRelocations()