Searched refs:debug_str_sect (Results 1 – 1 of 1) sorted by relevance
686 LDSection* debug_str_sect = m_pModule->getSection(".debug_str"); in prelayout() local687 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() local816 assert(debug_str_sect != NULL); in relocation()817 assert(debug_str_sect->hasDebugString()); in relocation()818 debug_str_sect->getDebugString()->applyOffset(*relocation, in relocation()