Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/wasm/
H A DOutputSections.cpp152 segment->sectionOffset = bodySize; in finalizeContents()
159 inputSeg->outSecOff = segment->sectionOffset + segment->header.size() + in finalizeContents()
183 uint8_t *segStart = buf + segment->sectionOffset; in writeTo()
H A DOutputSegment.h40 uint32_t sectionOffset = 0; variable
H A DMapFile.cpp138 writeHeader(os, oseg->startVA, data->getOffset() + oseg->sectionOffset, in writeMapFile()
/openbsd/gnu/llvm/lld/COFF/
H A DSymbolTable.h98 SectionChunk *c = nullptr, uint32_t sectionOffset = 0,
H A DSymbolTable.cpp703 uint32_t sectionOffset, bool isWeak) { in addRegular() argument
709 reportDuplicate(s, f, c, sectionOffset); in addRegular()