| 4694 | |
| 4695 | |
| 4696 | static bool MatchCallbackForDataBuffer(void* ctxt, uint64_t addr, BNDataBuffer* buffer) |
| 4697 | { |
| 4698 | MatchCallbackContextForDataBuffer* cb = (MatchCallbackContextForDataBuffer*)ctxt; |
| 4699 | return cb->func(addr, DataBuffer(buffer)); |
| 4700 | } |
| 4701 | |
| 4702 | |
| 4703 | struct MatchCallbackContextForText |
nothing calls this directly
no test coverage detected