Home
last modified time | relevance | path

Searched refs:AndroidPackedRelocationSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h589 class AndroidPackedRelocationSection final : public RelocationBaseSection {
594 AndroidPackedRelocationSection(Ctx &, StringRef name, unsigned concurrency);
H A DSyntheticSections.cpp1821 AndroidPackedRelocationSection<ELFT>::AndroidPackedRelocationSection( in AndroidPackedRelocationSection() function in AndroidPackedRelocationSection
1832 bool AndroidPackedRelocationSection<ELFT>::updateAllocSize(Ctx &ctx) { in updateAllocSize()
4822 part.relaDyn = std::make_unique<AndroidPackedRelocationSection<ELFT>>( in createSyntheticSections()