Home
last modified time | relevance | path

Searched refs:sp (Results 1 – 3 of 3) sorted by relevance

/examples/api/
A Dcrt0.S33 mov r5, sp
50 mov x16, sp
66 PTR_S $sp, search_hint
91 sw sp, 0(t0)
107 sd sp, 0(t0)
A Dglue.c43 unsigned char *sp; in api_search_sig() local
56 sp = (unsigned char *)search_start; in api_search_sig()
57 while ((sp + API_SIG_MAGLEN) < (unsigned char *)search_end) { in api_search_sig()
58 if (!memcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) { in api_search_sig()
59 *sig = (struct api_signature *)sp; in api_search_sig()
63 sp += API_SIG_MAGLEN; in api_search_sig()
/examples/standalone/
A Dsched.c40 unsigned long setctxsp (vu_char *sp);

Completed in 10 milliseconds