Searched refs:syscall_ptr (Results 1 – 4 of 4) sorted by relevance
68 lis %r11, syscall_ptr@ha69 addi %r11, %r11, syscall_ptr@l89 GLOBAL(syscall_ptr)
101 ldr ip, =syscall_ptr117 .globl syscall_ptr118 syscall_ptr: label
103 printf(" syscall entry = 0x%08x\n", (uint32_t)syscall_ptr); in dump_addr_info()406 syscall_ptr = sig->syscall; in main()407 if (syscall_ptr == NULL) in main()
39 void *syscall_ptr; variable