Home
last modified time | relevance | path

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

/haiku/headers/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.h90 class UpdateAdapter;
97 status_t Update(UpdateAdapter* updateAdapter = NULL);
118 class ElfSymbolPatcher::UpdateAdapter {
120 UpdateAdapter();
121 virtual ~UpdateAdapter();
129 class ElfSymbolPatchGroup : private ElfSymbolPatcher::UpdateAdapter {
/haiku/src/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.cpp271 ElfSymbolPatcher::UpdateAdapter::UpdateAdapter() in UpdateAdapter() function in ElfSymbolPatcher::UpdateAdapter
276 ElfSymbolPatcher::UpdateAdapter::~UpdateAdapter() in ~UpdateAdapter()
282 ElfSymbolPatcher::UpdateAdapter::ImageAdded(ElfImage* image) in ImageAdded()
288 ElfSymbolPatcher::UpdateAdapter::ImageRemoved(ElfImage* image) in ImageRemoved()
322 ElfSymbolPatcher::Update(UpdateAdapter* updateAdapter) in Update()