Searched refs:local16 (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | SyntheticSections.cpp | 722 g.local16.insert({{nullptr, getMipsPageAddr(sym.getVA(addend))}, 0}); in addEntry() 732 g.local16.insert({{&sym, addend}, 0}); in addEntry() 744 return getPageEntriesNum() + local16.size() + global.size() + relocs.size() + in getEntriesNum() 756 size_t count = getPageEntriesNum() + local16.size() + global.size(); in getIndexedEntriesNum() 784 index = g.local16.lookup({nullptr, getMipsPageAddr(sym.getVA(addend))}); in getPageEntryOffset() 797 return g.local16.lookup({sym, addend}) * config->wordsize; in getSymEntryOffset() 827 gots.front().local16.size(); in getLocalEntriesNum() 833 set_union(tmp.local16, src.local16); in tryMergeGots() 870 got.local16.insert({{p.first, 0}, 0}); in build() 883 set_union(got.local16, got.local32); in build() [all …]
|
D | SyntheticSections.h | 347 llvm::MapVector<GotEntry, size_t> local16; member
|