Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.cpp235 r_debug_->r_map, in Init()
250 int prot = self_maps.GetProtectionFlagsForAddress(r_debug_->r_map); in Init()
354 if (!r_debug_->r_map || !r_debug_->r_map->l_next || in AddEntryImpl()
355 !r_debug_->r_map->l_next->l_next) { in AddEntryImpl()
362 link_map_t* before = r_debug_->r_map->l_next; in AddEntryImpl()
418 if (r_debug_->r_map == entry) in DelEntryImpl()
419 r_debug_->r_map = entry->l_next; in DelEntryImpl()
Dcrazy_linker_rdebug.h144 link_map_t* r_map; member