Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.h200 void AddEntryImpl(link_map_t* entry);
203 rdebug->AddEntryImpl(entry); in AddEntryInternal()
Dcrazy_linker_rdebug.cpp322 void RDebug::AddEntryImpl(link_map_t* entry) { in AddEntryImpl() function in crazy::RDebug