Lines Matching refs:RelocationBaseSection
1298 static uint64_t addRelaSz(const RelocationBaseSection &relaDyn) { in addRelaSz()
1606 RelocationBaseSection::RelocationBaseSection(StringRef name, uint32_t type, in RelocationBaseSection() function in RelocationBaseSection
1614 void RelocationBaseSection::addSymbolReloc(RelType dynType, in addSymbolReloc()
1623 void RelocationBaseSection::addRelativeReloc( in addRelativeReloc()
1636 void RelocationBaseSection::addAddendOnlyRelocIfNonPreemptible( in addAddendOnlyRelocIfNonPreemptible()
1648 void RelocationBaseSection::addReloc(DynamicReloc::Kind kind, RelType dynType, in addReloc()
1661 void RelocationBaseSection::partitionRels() { in partitionRels()
1670 void RelocationBaseSection::finalizeContents() { in finalizeContents()
1698 void RelocationBaseSection::computeRels() { in computeRels()
1718 : RelocationBaseSection(name, config->isRela ? SHT_RELA : SHT_REL, in RelocationSection()
1744 : RelocationBaseSection( in AndroidPackedRelocationSection()