Home
last modified time | relevance | path

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

/examples/api/
A Dcrt0.S21 lis %r11, syscall_ptr@ha
22 addi %r11, %r11, syscall_ptr@l
40 ldr r4, =syscall_ptr
56 ldr x16, =syscall_ptr
74 PTR_L $t9, syscall_ptr
97 la t0, syscall_ptr
113 la t0, syscall_ptr
123 .globl syscall_ptr
124 syscall_ptr: label
A Ddemo.c39 syscall_ptr = sig->syscall; in main()
40 if (syscall_ptr == NULL) in main()
50 printf("syscall ptr 0x%p@%p\n", syscall_ptr, &syscall_ptr); in main()
A Dglue.h20 extern void *syscall_ptr;

Completed in 8 milliseconds