Searched refs:CRAZY_UNUSED (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relocations.cpp470 bool resolved CRAZY_UNUSED,
473 const ELF::Word CRAZY_UNUSED rela_symbol = ELF_R_SYM(rela->r_info);
474 const ELF::Sword CRAZY_UNUSED addend = rela->r_addend;
485 ELF::Addr* CRAZY_UNUSED target = reinterpret_cast<ELF::Addr*>(reloc);
565 bool resolved CRAZY_UNUSED,
568 const ELF::Word CRAZY_UNUSED rel_symbol = ELF_R_SYM(rel->r_info);
575 ELF::Addr* CRAZY_UNUSED target = reinterpret_cast<ELF::Addr*>(reloc);
468 ApplyRelaReloc(const ELF::Rela* rela, ELF::Addr sym_addr, bool resolved CRAZY_UNUSED, Error* error) argument
563 ApplyRelReloc(const ELF::Rel* rel, ELF::Addr sym_addr, bool resolved CRAZY_UNUSED, Error* error) argument
H A Dcrazy_linker_util.h20 // int CRAZY_UNUSED my_var = 0;
21 #define CRAZY_UNUSED __attribute__((unused)) macro

Completed in 210 milliseconds