Searched refs:ppc64noTocRelax (Results 1 – 5 of 5) sorted by relevance
435 extern llvm::DenseSet<std::pair<const Symbol *, uint64_t>> ppc64noTocRelax;
36 DenseSet<std::pair<const Symbol *, uint64_t>> elf::ppc64noTocRelax; member in elf
1413 ppc64noTocRelax.insert({&sym, addend}); in scanOne()
1926 ppc64noTocRelax.clear(); in finalizeSections()
1563 if (ppc64noTocRelax.count({rel.sym, rel.addend}) || in relocateAlloc()