Searched refs:getInputSectionOffset (Results 1 – 3 of 3) sorted by relevance
109 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()
186 reloc.Offset - segment->getInputSectionOffset(); in calcNewValue()232 return c1->getInputSectionOffset() < c2->getInputSectionOffset(); in setRelocs()242 c->getInputSectionOffset(), relocLess); in setRelocs()244 relocsStart, relocsEnd, c->getInputSectionOffset() + c->getInputSize(), in setRelocs()
76 uint32_t getInputSectionOffset() const { return inputSectionOffset; } in getInputSectionOffset() function275 uint32_t getFunctionInputOffset() const { return getInputSectionOffset(); } in getFunctionInputOffset()