Searched refs:hooks_late (Results 1 – 1 of 1) sorted by relevance
44 static modification_hook **hooks_late; variable81 if (hooks_late[owner]) in add_modification_hook_late()83 hooks_late[owner] = call_back; in add_modification_hook_late()134 if (hooks_late[sm->owner]) in call_modification_hooks_name_sym()135 (hooks_late[sm->owner])(sm, mod_expr); in call_modification_hooks_name_sym()273 hooks_late = malloc((num_checks + 1) * sizeof(*hooks)); in register_modification_hooks()274 memset(hooks_late, 0, (num_checks + 1) * sizeof(*hooks)); in register_modification_hooks()