Searched defs:SIG_NPC (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp60 #define SIG_NPC(x) ((x)->sigc_regs.tnpc) macro
64 #define SIG_NPC(x) ((x)->si_regs.npc) macro
90 SIG_NPC(ctx) = (intptr_t)(addr+4);
284 SIG_NPC(sc));
600 npc = address(SIG_NPC(uc));

Completed in 38 milliseconds