Lines Matching refs:mapSyms
346 std::vector<const Defined *> &mapSyms = kv.second; in init() local
347 llvm::stable_sort(mapSyms, [](const Defined *a, const Defined *b) { in init()
350 mapSyms.erase(std::unique(mapSyms.begin(), mapSyms.end(), in init()
355 mapSyms.end()); in init()
357 if (!mapSyms.empty() && !isThumbMapSymbol(mapSyms.front())) in init()
358 mapSyms.erase(mapSyms.begin()); in init()
494 std::vector<const Defined *> &mapSyms = sectionMap[isec]; in patchInputSectionDescription() local
496 auto thumbSym = mapSyms.begin(); in patchInputSectionDescription()
497 while (thumbSym != mapSyms.end()) { in patchInputSectionDescription()
500 uint64_t limit = nonThumbSym == mapSyms.end() ? isec->content().size() in patchInputSectionDescription()
508 if (nonThumbSym == mapSyms.end()) in patchInputSectionDescription()