Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h445 uint64_t offsetInSec, const OutputSection *outputSec, in DynamicReloc() argument
447 : sym(nullptr), outputSec(outputSec), inputSec(inputSec), in DynamicReloc()
465 const OutputSection *outputSec = nullptr; variable
H A DSyntheticSections.cpp1609 return getMipsPageAddr(outputSec->addr) + addend; in computeAddend()