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

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

Completed in 76 milliseconds