Searched defs:return (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/brand/shared/brand/amd64/ |
H A D | handler.s | 54 * On entry to this table, %rax will hold the return address. The 65 * %rax - userland return address 121 * while %rax holds the return address for the system call. We replace 122 * the value on the stack with the return address, and use the value to 145 * Get the return value flag and the number of arguments from the 200 jmp return /* return, %rax == errno */ 203 /* There is always at least one return value. */ 211 return: label
|
/osnet-11/usr/src/lib/brand/shared/brand/sparc/ |
H A D | handler.s | 124 * obtain the number of arguments (%l4) and return value flag (%l3). 197 ba return 198 mov %o0, %i0 /* return, %o0 == errno */ 201 /* There is always at least one return value. */ 210 return: label 214 * we have to load the return address that we saved earlier because
|
/osnet-11/usr/src/lib/brand/shared/brand/i386/ |
H A D | handler.s | 55 * On entry to this table, %eax will hold the return address. The 72 * %eax - userland return address 109 * while %eax holds the return address for the system call. We replace 110 * the value on the stack with the return address, and use the value to 134 * Get the return value flag and the number of arguments from the 177 jmp return /* return, %rax == errno */ 180 /* There is always at least one return value. */ 188 return: label
|
/osnet-11/usr/src/grub/grub2/grub-core/boot/mips/loongson/ |
H A D | fwstart.S | 306 /* Let message return to original caller. */ 377 bne $t1, $zero, return 384 return: label
|
Completed in 34 milliseconds