Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/wasm/
DInputChunks.cpp109 int32_t inputSectionOffset = getInputSectionOffset(); in relocate()
176 int32_t off = outSecOff - getInputSectionOffset(); in writeRelocations()
277 const uint8_t *funcStart = secStart + getInputSectionOffset(); in calculateSize()
281 uint32_t start = getInputSectionOffset(); in calculateSize()
314 const uint8_t *funcStart = secStart + getInputSectionOffset(); in writeCompressed()
377 uint64_t offset = getVA(rel.Offset) - getInputSectionOffset(); in generateRelocationCode()
DInputFiles.cpp188 reloc.Offset - segment->getInputSectionOffset(); in calcNewValue()
234 return c1->getInputSectionOffset() < c2->getInputSectionOffset(); in setRelocs()
244 c->getInputSectionOffset(), relocLess); in setRelocs()
246 relocsStart, relocsEnd, c->getInputSectionOffset() + c->getInputSize(), in setRelocs()
DInputChunks.h77 uint32_t getInputSectionOffset() const { return inputSectionOffset; } in getInputSectionOffset() function
277 uint32_t getFunctionInputOffset() const { return getInputSectionOffset(); } in getFunctionInputOffset()