Searched refs:outputSec (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/lld/wasm/
H A DMapFile.cpp82 uint64_t fileOffset = chunk->outputSec != nullptr
83 ? chunk->outputSec->getOffset() + chunk->outSecOff
130 writeHeader(os, -1, chunk->outputSec->getOffset() + chunk->outSecOff,
143 chunk->outputSec != nullptr
144 ? chunk->outputSec->getOffset() + chunk->outSecOff
H A DOutputSections.cpp57 func->outputSec = this;
158 inputSeg->outputSec = this;
219 s->outputSec = this;
230 mergedSection->outputSec = this;
H A DSymbols.cpp423 assert(section->outputSec && section->outputSec->sectionSym);
424 return section->outputSec->sectionSym;
H A DInputChunks.h86 OutputSection *outputSec = nullptr; member in class:lld::wasm::InputChunk
/openbsd-current/gnu/llvm/lld/ELF/
H A DSyntheticSections.h438 uint64_t offsetInSec, const OutputSection *outputSec,
440 : sym(nullptr), outputSec(outputSec), inputSec(inputSec),
458 const OutputSection *outputSec = nullptr; member in class:lld::elf::DynamicReloc
437 DynamicReloc(RelType type, const InputSectionBase *inputSec, uint64_t offsetInSec, const OutputSection *outputSec, int64_t addend) argument
H A DSyntheticSections.cpp1566 return getMipsPageAddr(outputSec->addr) + addend;

Completed in 292 milliseconds