Home
last modified time | relevance | path

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

/haiku/headers/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.h137 status_t AddPatch(const char* symbolName,
/haiku/src/tools/cppunit/
H A DTestShell.cpp517 fPatchGroup->AddPatch("debugger", (void*)&_DebuggerHook, in InstallPatches()
520 && fPatchGroup->AddPatch("load_add_on", (void*)&_LoadAddOnHook, in InstallPatches()
523 && fPatchGroup->AddPatch("unload_add_on", (void*)&_UnloadAddOnHook, in InstallPatches()
/haiku/src/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.cpp521 ElfSymbolPatchGroup::AddPatch(const char* symbolName, void* newAddress, in AddPatch() function in ElfSymbolPatchGroup