Home
last modified time | relevance | path

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

/xnu-8020.121.3/tests/
H A Dldt.c308 (unsigned)xtfs64->__ss64.__rip, (unsigned)xtfs64->__ss64.__gs, in handle_arithmetic_exception()
325 (unsigned)xtfs64->__ss64.__rip, (unsigned)xtfs64->__ss64.__gs, in handle_badinsn_exception()
338 if (xtfs64->__ss64.__rip >= start_addr && xtfs64->__ss64.__rip <= end_addr) { in handle_badinsn_exception()
398 xtfs64->__ss64.__rip); in catch_mach_exception_raise_state_identity()
410 new_xtfs64->__ss64.__rip += rip_skip_count; in catch_mach_exception_raise_state_identity()
412 new_xtfs64->__ss64.__rip); in catch_mach_exception_raise_state_identity()
537 ss64->__rip += 2; /* ud2 is 2 bytes */ in signal_handler()
589 ss64->__ss64.__rip += rip_skip_count; in signal_handler()
591 ss64->__ss64.__rip); in signal_handler()
/xnu-8020.121.3/osfmk/mach/i386/
H A D_structs.h733 __uint64_t __rip; variable