Home
last modified time | relevance | path

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

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