Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp686 LDSection* debug_str_sect = m_pModule->getSection(".debug_str"); in prelayout() local
687 if (debug_str_sect && debug_str_sect->hasDebugString()) in prelayout()
688 debug_str_sect->getDebugString()->computeOffsetSize(); in prelayout()
784 LDSection* debug_str_sect = m_pModule->getSection(".debug_str"); in relocation() local
816 assert(debug_str_sect != NULL); in relocation()
817 assert(debug_str_sect->hasDebugString()); in relocation()
818 debug_str_sect->getDebugString()->applyOffset(*relocation, in relocation()