Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h68 uintptr_t ObjAddress; variable
73 StubOffset(size), ObjAddress(objAddress) {} in SectionEntry()
DRuntimeDyldELF.cpp268 uint32_t *Placeholder = reinterpret_cast<uint32_t*>(Section.ObjAddress in resolveX86_64Relocation()
281 uint64_t *Placeholder = reinterpret_cast<uint64_t*>(Section.ObjAddress in resolveX86_64Relocation()
300 uint32_t *Placeholder = reinterpret_cast<uint32_t*>(Section.ObjAddress in resolveX86Relocation()
309 uint32_t *Placeholder = reinterpret_cast<uint32_t*>(Section.ObjAddress in resolveX86Relocation()
431 uint32_t *Placeholder = reinterpret_cast<uint32_t*>(Section.ObjAddress + in resolveARMRelocation()
503 uint32_t *Placeholder = reinterpret_cast<uint32_t*>(Section.ObjAddress + in resolveMIPSRelocation()
DRuntimeDyldMachO.cpp53 intptr_t ObjDistance = A->ObjAddress - B->ObjAddress; in computeDelta()