Searched refs:CRAZY_UNUSED (Results 1 – 2 of 2) sorted by relevance
322 bool resolved CRAZY_UNUSED, in ApplyRelaReloc() argument325 const ELF::Word CRAZY_UNUSED rela_symbol = ELF_R_SYM(rela->r_info); in ApplyRelaReloc()326 const ELF::Sword CRAZY_UNUSED addend = rela->r_addend; in ApplyRelaReloc()337 ELF::Addr* CRAZY_UNUSED target = reinterpret_cast<ELF::Addr*>(reloc); in ApplyRelaReloc()391 bool resolved CRAZY_UNUSED, in ApplyRelReloc() argument394 const ELF::Word CRAZY_UNUSED rel_symbol = ELF_R_SYM(rel->r_info); in ApplyRelReloc()401 ELF::Addr* CRAZY_UNUSED target = reinterpret_cast<ELF::Addr*>(reloc); in ApplyRelReloc()
21 #define CRAZY_UNUSED __attribute__((unused)) macro