Home
last modified time | relevance | path

Searched refs:ppc64noTocRelax (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/lld/ELF/
DInputSection.h435 extern llvm::DenseSet<std::pair<const Symbol *, uint64_t>> ppc64noTocRelax;
DInputSection.cpp36 DenseSet<std::pair<const Symbol *, uint64_t>> elf::ppc64noTocRelax; member in elf
DRelocations.cpp1413 ppc64noTocRelax.insert({&sym, addend}); in scanOne()
DWriter.cpp1926 ppc64noTocRelax.clear(); in finalizeSections()
/openbsd/src/gnu/llvm/lld/ELF/Arch/
DPPC64.cpp1563 if (ppc64noTocRelax.count({rel.sym, rel.addend}) || in relocateAlloc()