Searched refs:AddPatch (Results 1 – 3 of 3) sorted by relevance
137 status_t AddPatch(const char* symbolName,
517 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()
521 ElfSymbolPatchGroup::AddPatch(const char* symbolName, void* newAddress, in AddPatch() function in ElfSymbolPatchGroup