Lines Matching refs:local16
709 g.local16.insert({{nullptr, getMipsPageAddr(sym.getVA(addend))}, 0}); in addEntry()
719 g.local16.insert({{&sym, addend}, 0}); in addEntry()
731 return getPageEntriesNum() + local16.size() + global.size() + relocs.size() + in getEntriesNum()
743 size_t count = getPageEntriesNum() + local16.size() + global.size(); in getIndexedEntriesNum()
771 index = g.local16.lookup({nullptr, getMipsPageAddr(sym.getVA(addend))}); in getPageEntryOffset()
784 return g.local16.lookup({sym, addend}) * config->wordsize; in getSymEntryOffset()
814 gots.front().local16.size(); in getLocalEntriesNum()
820 set_union(tmp.local16, src.local16); in tryMergeGots()
857 got.local16.insert({{p.first, 0}, 0}); in build()
870 set_union(got.local16, got.local32); in build()
948 for (auto &p: got.local16) in build()
1038 for (const std::pair<GotEntry, size_t> &p : got.local16) { in build()
1098 for (const std::pair<GotEntry, size_t> &p : g.local16) in writeTo()