Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp498 auto nonThumbSym = std::next(thumbSym); in patchInputSectionDescription() local
500 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()