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

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

Completed in 51 milliseconds