Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputChunks.h77 uint32_t getInputSectionOffset() const { return inputSectionOffset; } in getInputSectionOffset()
88 uint32_t inputSectionOffset = 0; variable
138 inputSectionOffset = segment.SectionOffset; in InputSegment()
176 inputSectionOffset = seg.SectionOffset; in MergeInputChunk()
257 inputSectionOffset = function->CodeSectionOffset; in InputFunction()
259 file->codeSection->Content.slice(inputSectionOffset, function->Size); in InputFunction()
H A DInputChunks.cpp109 int32_t inputSectionOffset = getInputSectionOffset(); in relocate() local
113 uint8_t *loc = buf + rel.Offset - inputSectionOffset; in relocate()