Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.cpp819 size_t got_addr = reinterpret_cast<size_t>(&got[n]); in CopyAndRelocate() local
820 if (got_addr < src_addr || got_addr >= src_addr + size) in CopyAndRelocate()
822 ELF::Addr* dst_ptr = reinterpret_cast<ELF::Addr*>(got_addr + dst_delta); in CopyAndRelocate()