Searched refs:local16 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 717 g.local16.insert({{nullptr, getMipsPageAddr(sym.getVA(addend))}, 0}); in addEntry() 727 g.local16.insert({{&sym, addend}, 0}); in addEntry() 751 size_t count = getPageEntriesNum() + local16.size() + global.size(); in getIndexedEntriesNum() 792 return g.local16.lookup({sym, addend}) * config->wordsize; in getSymEntryOffset() 822 gots.front().local16.size(); in getLocalEntriesNum() 828 set_union(tmp.local16, src.local16); in tryMergeGots() 865 got.local16.insert({{p.first, 0}, 0}); in build() 878 set_union(got.local16, got.local32); in build() 956 for (auto &p: got.local16) in build() 1046 for (const std::pair<GotEntry, size_t> &p : got.local16) { in build() [all …]
|
| H A D | SyntheticSections.h | 325 llvm::MapVector<GotEntry, size_t> local16; member
|