Searched refs:ObjAddress (Results 1 – 3 of 3) sorted by relevance
68 uintptr_t ObjAddress; variable73 StubOffset(size), ObjAddress(objAddress) {} in SectionEntry()
268 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()
53 intptr_t ObjDistance = A->ObjAddress - B->ObjAddress; in computeDelta()