Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DOutputSections.cpp737 const OutputSection *relOsec = rel.inputSec->getOutputSection(); in checkDynRelAddends() local
738 assert(relOsec != nullptr && "missing output section for relocation"); in checkDynRelAddends()
740 bufStart + relOsec->offset + rel.inputSec->getOffset(rel.offsetInSec); in checkDynRelAddends()
743 relOsec->type == SHT_NOBITS in checkDynRelAddends()