Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC.cpp293 static std::pair<RelType, uint64_t> fromDTPREL(RelType type, uint64_t val) { in fromDTPREL() function
313 std::tie(newType, val) = fromDTPREL(rel.type, val); in relocate()