Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp674 G.Local16.insert({{nullptr, getMipsPageAddr(Sym.getVA(Addend))}, 0}); in addEntry()
684 G.Local16.insert({{&Sym, Addend}, 0}); in addEntry()
708 size_t Count = getPageEntriesNum() + Local16.size() + Global.size(); in getIndexedEntriesNum()
749 return G.Local16.lookup({Sym, Addend}) * Config->Wordsize; in getSymEntryOffset()
779 Gots.front().Local16.size(); in getLocalEntriesNum()
785 set_union(Tmp.Local16, Src.Local16); in tryMergeGots()
822 Got.Local16.insert({{P.first, 0}, 0}); in build()
835 set_union(Got.Local16, Got.Local32); in build()
913 for (auto &P: Got.Local16) in build()
989 for (const std::pair<GotEntry, size_t> &P : Got.Local16) { in build()
[all …]
H A DSyntheticSections.h329 llvm::MapVector<GotEntry, size_t> Local16; member