Searched refs:TargetVA (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | InputSection.cpp | 845 uint64_t TargetVA = SignExtend64(Rel.Sym->getVA(Rel.Addend), Bits); in relocateNonAllocForRelocatable() local 846 Target->relocateOne(BufLoc, Rel.Type, TargetVA); in relocateNonAllocForRelocatable() 882 uint64_t TargetVA = SignExtend64( in relocateAlloc() local 889 Target->relaxGot(BufLoc, TargetVA); in relocateAlloc() 892 Target->relaxTlsIeToLe(BufLoc, Type, TargetVA); in relocateAlloc() 896 Target->relaxTlsLdToLe(BufLoc, Type, TargetVA); in relocateAlloc() 900 Target->relaxTlsGdToLe(BufLoc, Type, TargetVA); in relocateAlloc() 907 Target->relaxTlsGdToIe(BufLoc, Type, TargetVA); in relocateAlloc() 924 Target->relocateOne(BufLoc, Type, TargetVA); in relocateAlloc() 927 Target->relocateOne(BufLoc, Type, TargetVA); in relocateAlloc()
|