Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp617 static uint64_t getARMStaticBase(const Symbol &sym) { in getARMStaticBase() function
735 return sym.getVA(a) - getARMStaticBase(sym); in getRelocTargetVA()