Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DOutputSections.cpp153 segment->sectionOffset = bodySize; in finalizeContents()
160 inputSeg->outSecOff = segment->sectionOffset + segment->header.size() + in finalizeContents()
184 uint8_t *segStart = buf + segment->sectionOffset; in writeTo()
H A DOutputSegment.h40 uint32_t sectionOffset = 0; variable
H A DMapFile.cpp139 writeHeader(os, oseg->startVA, data->getOffset() + oseg->sectionOffset, in writeMapFile()
/llvm-project-15.0.7/lld/COFF/
H A DSymbolTable.h99 SectionChunk *c = nullptr, uint32_t sectionOffset = 0);
H A DSymbolTable.cpp718 uint32_t sectionOffset) { in addRegular() argument
726 reportDuplicate(s, f, c, sectionOffset); in addRegular()