Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.cpp324 const ELF::Word rela_type = ELF_R_TYPE(rela->r_info); in ApplyRelaReloc() local
333 rela_type, in ApplyRelaReloc()
338 switch (rela_type) { in ApplyRelaReloc()
382 error->Format("Invalid relocation type (%d)", rela_type); in ApplyRelaReloc()