Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.cpp981 uint64_t targetVA = SignExtend64(rel.sym->getVA(rel.addend), bits); in relocateNonAllocForRelocatable() local
982 target->relocate(bufLoc, rel, targetVA); in relocateNonAllocForRelocatable()
1021 uint64_t targetVA = SignExtend64( in relocateAlloc() local
1028 target->relaxGot(bufLoc, rel, targetVA); in relocateAlloc()
1041 target->relaxGot(bufLoc, rel, targetVA); in relocateAlloc()
1052 target->relocate(bufLoc, rel, targetVA); in relocateAlloc()
1055 target->relaxTlsIeToLe(bufLoc, rel, targetVA); in relocateAlloc()
1059 target->relaxTlsLdToLe(bufLoc, rel, targetVA); in relocateAlloc()
1063 target->relaxTlsGdToLe(bufLoc, rel, targetVA); in relocateAlloc()
1070 target->relaxTlsGdToIe(bufLoc, rel, targetVA); in relocateAlloc()
[all …]