Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.cpp232 mips_local_got_count_ = dyn_value; in Init()
663 for (ELF::Addr n = 2; n < mips_local_got_count_; ++n) in RelocateMipsGot()
667 got += mips_local_got_count_; in RelocateMipsGot()
818 for (ELF::Addr n = 2; n < mips_local_got_count_; ++n) { in CopyAndRelocate()
Dcrazy_linker_elf_relocations.h118 ELF::Word mips_local_got_count_; variable