Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.cpp333 r_debug_->r_state = RT_ADD; in AddEntryImpl()
388 r_debug_->r_state = RT_CONSISTENT; in AddEntryImpl()
398 r_debug_->r_state = RT_DELETE; in DelEntryImpl()
425 r_debug_->r_state = RT_CONSISTENT; in DelEntryImpl()
Dcrazy_linker_rdebug.h146 int32_t r_state; member