Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.cpp738 const size_t relocations_count = relocations_size_ / sizeof(ELF::Rela); in RelocateRela() local
739 const ELF::Rela* rel_limit = rel + relocations_count; in RelocateRela()
771 const size_t relocations_count = relocations_size_ / sizeof(ELF::Rel); in RelocateRel() local
772 const ELF::Rel* rel_limit = rel + relocations_count; in RelocateRel()