Searched refs:mMapping (Results 1 – 4 of 4) sorted by relevance
48 ElfAddr *addr = reinterpret_cast<ElfAddr *>(mMapping + curr->r_offset); in relocateTable()57 *addr = reinterpret_cast<uintptr_t>(mMapping + curr->r_addend); in relocateTable()67 *addr = reinterpret_cast<uintptr_t>(mMapping + sym->st_value); in relocateTable()93 mMapping + getDynEntry(getDynamicHeader(), DT_JMPREL)); in resolveGot()108 addr = reinterpret_cast<ElfAddr *>(mMapping + curr->r_offset); in resolveGot()
45 ElfAddr *addr = reinterpret_cast<ElfAddr *>(mMapping + curr->r_offset); in relocateTable()54 *addr += reinterpret_cast<uintptr_t>(mMapping); in relocateTable()64 *addr = reinterpret_cast<uintptr_t>(mMapping + sym->st_value); in relocateTable()119 mMapping + getDynEntry(getDynamicHeader(), DT_JMPREL)); in resolveGot()134 addr = reinterpret_cast<ElfAddr *>(mMapping + curr->r_offset); in resolveGot()
355 wipeSystemCaches(reinterpret_cast<uintptr_t>(mMapping), mMemorySpan); in open()451 nanoappBinaryFree(mMapping); in freeAllocatedData()453 nanoappBinaryDramFree(mMapping); in freeAllocatedData()621 mMapping = in createMappings()624 mMapping = static_cast<uint8_t *>( in createMappings()628 if (mMapping == nullptr) { in createMappings()631 LOGV("Starting location of mappings %p", mMapping); in createMappings()638 reinterpret_cast<uintptr_t>(mMapping) - adjustedFirstLoadSegAddr; in createMappings()690 return mMapping + symbol->st_value; in getSymbolTarget()
207 uint8_t *mMapping = nullptr; variable