Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp874 uint64_t symVA = sym.getVA(a); in getRelocTargetVA() local
878 if (!symVA) in getRelocTargetVA()
887 return symVA - p + getPPC64GlobalEntryToLocalEntryOffset(sym.stOther); in getRelocTargetVA()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp2119 uint32_t symVA = def->getVA(); in writeRelativeOffsetForIsec() local
2127 symVA = selRef->getVA(); in writeRelativeOffsetForIsec()
2133 uint32_t delta = symVA - currentVA; in writeRelativeOffsetForIsec()