Searched refs:ppc64noTocRelax (Results 1 – 4 of 4) sorted by relevance
410 extern llvm::DenseSet<std::pair<const Symbol *, uint64_t>> ppc64noTocRelax;
44 DenseSet<std::pair<const Symbol *, uint64_t>> elf::ppc64noTocRelax; member in elf1050 if (ppc64noTocRelax.count({rel.sym, rel.addend}) || in relocateAlloc()
1344 ppc64noTocRelax.insert({&sym, addend}); in scanReloc()
1979 ppc64noTocRelax.clear(); in finalizeSections()