Searched refs:instruction_pointer (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/fips/
H A Dfips_canister.c58 static void *instruction_pointer(void) function
140 return instruction_pointer();
144 struct { void *ip,*gp,*env; } *p = (void *)instruction_pointer;
159 struct { unsigned long long ip,gp; } *p=(void *)instruction_pointer;
164 struct { unsigned __int64 opaque,ip; } *p=(void *)instruction_pointer;
168 struct { void *dp,*ip,*gp; } *p = (void *)instruction_pointer;
179 * are GCC-based and therefore are covered by instruction_pointer above
183 return (void *)instruction_pointer;

Completed in 104 milliseconds