Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DInputSection.cpp957 uint64_t targetVA = SignExtend64(rel.sym->getVA(rel.addend), bits); in relocateNonAllocForRelocatable() local
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp353 void macho::writeChainedRebase(uint8_t *buf, uint64_t targetVA) { in writeChainedRebase()