Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.cpp322 bool resolved CRAZY_UNUSED, in ApplyRelaReloc() argument
325 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() argument
394 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()
Dcrazy_linker_util.h21 #define CRAZY_UNUSED __attribute__((unused)) macro