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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.cpp 322 bool resolved CRAZY_UNUSED,
325 const ELF::Word CRAZY_UNUSED rela_symbol = ELF_R_SYM(rela->r_info);
326 const ELF::Sword CRAZY_UNUSED addend = rela->r_addend;
337 ELF::Addr* CRAZY_UNUSED target = reinterpret_cast<ELF::Addr*>(reloc);
391 bool resolved CRAZY_UNUSED,
394 const ELF::Word CRAZY_UNUSED rel_symbol = ELF_R_SYM(rel->r_info);
401 ELF::Addr* CRAZY_UNUSED target = reinterpret_cast<ELF::Addr*>(reloc);
crazy_linker_util.h 20 // int CRAZY_UNUSED my_var = 0;
21 #define CRAZY_UNUSED __attribute__((unused))
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relocations.cpp 322 bool resolved CRAZY_UNUSED,
325 const ELF::Word CRAZY_UNUSED rela_symbol = ELF_R_SYM(rela->r_info);
326 const ELF::Sword CRAZY_UNUSED addend = rela->r_addend;
337 ELF::Addr* CRAZY_UNUSED target = reinterpret_cast<ELF::Addr*>(reloc);
391 bool resolved CRAZY_UNUSED,
394 const ELF::Word CRAZY_UNUSED rel_symbol = ELF_R_SYM(rel->r_info);
401 ELF::Addr* CRAZY_UNUSED target = reinterpret_cast<ELF::Addr*>(reloc);
crazy_linker_util.h 20 // int CRAZY_UNUSED my_var = 0;
21 #define CRAZY_UNUSED __attribute__((unused))

Completed in 103 milliseconds