Searched refs:new_offset (Results 1 – 1 of 1) sorted by relevance
2270 uint64_t new_offset = (*it).second.symbol().value() - vma; in setOutputSectionAddress() local2271 if (new_offset != (*it).first->getOffset()) { in setOutputSectionAddress()2272 (*it).first->setOffset(new_offset); in setOutputSectionAddress()