Lines Matching refs:uintptr_t
370 uintptr_t initArray = reinterpret_cast<uintptr_t>( in callInitArray()
372 uintptr_t offset = 0; in callInitArray()
375 uintptr_t initFunction = reinterpret_cast<uintptr_t>(*funcPtr); in callInitArray()
393 uintptr_t NanoappLoader::roundDownToAlign(uintptr_t virtualAddr) { in roundDownToAlign()
689 uintptr_t adjustedFirstLoadSegAddr = roundDownToAlign(first->p_vaddr); in createMappings()
691 reinterpret_cast<uintptr_t>(mMapping) - adjustedFirstLoadSegAddr; in createMappings()
817 *addr += reinterpret_cast<uintptr_t>(mMapping); in fixRelocations()
827 *addr = reinterpret_cast<uintptr_t>(mMapping + sym->st_value); in fixRelocations()
917 uintptr_t finiArray = reinterpret_cast<uintptr_t>( in callTerminatorArray()
919 uintptr_t offset = 0; in callTerminatorArray()
922 uintptr_t finiFunction = reinterpret_cast<uintptr_t>(*funcPtr); in callTerminatorArray()