Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2270 uint64_t new_offset = (*it).second.symbol().value() - vma; in setOutputSectionAddress() local
2271 if (new_offset != (*it).first->getOffset()) { in setOutputSectionAddress()
2272 (*it).first->setOffset(new_offset); in setOutputSectionAddress()