Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h453 int64_t computeAddend() const;
H A DSyntheticSections.cpp1552 int64_t DynamicReloc::computeAddend() const { in computeAddend() function in DynamicReloc
1653 addend = computeAddend(); in computeRaw()
1790 r.r_addend = config->isRela ? rel.computeAddend() : 0; in updateAllocSize()