Home
last modified time | relevance | path

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

/haiku/src/bin/debug/ltrace/
H A Dltrace_stub.cpp31 void* patchedFunction; member
48 entry->patchedFunction = stub; in Create()
93 return HashKey(value->patchedFunction); in Hash()
98 return value->patchedFunction == key; in Compare()
158 *symbol = entry->patchedFunction; in symbol_patcher()
169 TRACE_PRINTF(" -> patching to %p\n", entry->patchedFunction); in symbol_patcher()
172 *symbol = entry->patchedFunction; in symbol_patcher()