Searched refs:nonThumbSym (Results 1 – 1 of 1) sorted by relevance
498 auto nonThumbSym = std::next(thumbSym); in patchInputSectionDescription() local500 uint64_t limit = nonThumbSym == mapSyms.end() ? isec->content().size() in patchInputSectionDescription()501 : (*nonThumbSym)->value; in patchInputSectionDescription()508 if (nonThumbSym == mapSyms.end()) in patchInputSectionDescription()510 thumbSym = std::next(nonThumbSym); in patchInputSectionDescription()