Home
last modified time | relevance | path

Searched refs:DynamicReloc (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DSyntheticSections.h426 class DynamicReloc {
428 DynamicReloc(RelType type, const InputSectionBase *inputSec, in DynamicReloc() function
435 DynamicReloc(RelType type, const InputSectionBase *inputSec, in DynamicReloc() function
503 void addReloc(const DynamicReloc &reloc);
509 std::vector<DynamicReloc> relocs;
DSyntheticSections.cpp1554 uint64_t DynamicReloc::getOffset() const { in getOffset()
1558 int64_t DynamicReloc::computeAddend() const { in computeAddend()
1567 uint32_t DynamicReloc::getSymIndex(SymbolTableBaseSection *symTab) const { in getSymIndex()
1596 void RelocationBaseSection::addReloc(const DynamicReloc &reloc) { in addReloc()
1631 const DynamicReloc &rel) { in encodeDynamicReloc()
1655 relocs, [&](const DynamicReloc &a, const DynamicReloc &b) { in writeTo()
1662 for (const DynamicReloc &rel : relocs) { in writeTo()
1739 for (const DynamicReloc &rel : relocs) { in updateAllocSize()
DWriter.cpp2042 for (DynamicReloc &reloc : part.relaDyn->relocs) in finalizeSections()