| 497 | //------------------------------------------------------------------------- |
| 498 | |
| 499 | class A64HookInit { |
| 500 | public: |
| 501 | A64HookInit() { |
| 502 | __make_rwx(__insns_pool, sizeof(__insns_pool)); |
| 503 | A64_LOGI("insns pool initialized."); |
| 504 | } |
| 505 | }; |
| 506 | static A64HookInit __init; |
| 507 | |
| 508 | //------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected