HomeSort by relevance Sort by last modified time
    Searched refs:rela_type (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.cpp 324 const ELF::Word rela_type = ELF_R_TYPE(rela->r_info); local
333 rela_type,
338 switch (rela_type) {
382 error->Format("Invalid relocation type (%d)", rela_type);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relocations.cpp 324 const ELF::Word rela_type = ELF_R_TYPE(rela->r_info); local
333 rela_type,
338 switch (rela_type) {
382 error->Format("Invalid relocation type (%d)", rela_type);

Completed in 43 milliseconds