Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DInputSection.cpp520 static uint64_t getARMStaticBase(const Symbol &sym) { in getARMStaticBase() function
629 return sym.getVA(a) - getARMStaticBase(sym); in getRelocTargetVA()