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

/haiku/src/bin/debug/ltrace/
H A Dltrace_stub.cpp26 struct PatchEntry { struct
27 PatchEntry* originalTableLink;
28 PatchEntry* patchedTableLink;
34 static PatchEntry* Create(const char* name, void* function)
37 void* memory = malloc(_ALIGN(sizeof(PatchEntry))
42 PatchEntry* entry = new(memory) PatchEntry;
44 void* stub = (uint8*)memory + _ALIGN(sizeof(PatchEntry));
58 typedef PatchEntry ValueType;
65 size_t Hash(PatchEntry* valu
[all...]

Completed in 38 milliseconds