Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h67 uintptr_t ObjAddress; variable
72 StubOffset(stubOffset), ObjAddress(objAddress) {} in SectionEntry()
DRuntimeDyldMachO.cpp260 Value.Addend += Section.ObjAddress - Sections[Value.SectionID].ObjAddress; in processRelocationRef()
DRuntimeDyldELF.cpp225 uint32_t *Placeholder = reinterpret_cast<uint32_t*>(Section.ObjAddress in resolveX86_64Relocation()
247 uint32_t *Placeholder = reinterpret_cast<uint32_t*>(Section.ObjAddress in resolveX86Relocation()
256 uint32_t *Placeholder = reinterpret_cast<uint32_t*>(Section.ObjAddress in resolveX86Relocation()