Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Dreply_port_defense.c210 reply_port_defense(const bool thirdparty_hardened, int test_index, mach_exception_data_type_t expec… in reply_port_defense() function
287 T_DECL(reply_port_defense,
302 reply_port_defense(true, i, expected_exception_code, triggers_exception);
303 reply_port_defense(false, i, expected_exception_code, triggers_exception);
305 reply_port_defense(true, 3, kGUARD_EXC_INVALID_RIGHT, triggers_exception);
306 reply_port_defense(false, 3, kGUARD_EXC_INVALID_RIGHT, triggers_exception);
321 reply_port_defense(true, test_num, expected_exception_code, triggers_exception);
338 reply_port_defense(true, test_num, expected_exception_code, triggers_exception);
339 reply_port_defense(false, test_num, expected_exception_code, triggers_exception);
352 reply_port_defense(true, test_num, expected_exception_code, triggers_exception);
[all …]
H A DMakefile518 reply_port_defense: excserver_protect_state target
519 reply_port_defense: OTHER_CFLAGS += $(OBJROOT)/excserver_protect_state.c -I $(OBJROOT) target
520 reply_port_defense: OTHER_LDFLAGS += -ldarwintest_utils -lpthread target
521 reply_port_defense: CODE_SIGN_ENTITLEMENTS = entitlements/set_exception_port.entitlement target
522 reply_port_defense: reply_port_defense_client reply_port_defense_client_3P_hardened target
523 reply_port_defense: $(IPC_UTILS) target