Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1108 uint8_t *RelocTarget = Sections[Value.SectionID].Address + Value.Addend; in processRelocationRef() local
1109 int32_t delta = static_cast<int32_t>(Target - RelocTarget); in processRelocationRef()