OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:syscall_close
(Results
1 - 7
of
7
) sorted by null
/prebuilts/go/darwin-x86/src/syscall/
asm_solaris_amd64.s
24
JMP runtime·
syscall_close
(SB)
/prebuilts/go/linux-x86/src/syscall/
asm_solaris_amd64.s
24
JMP runtime·
syscall_close
(SB)
/prebuilts/go/darwin-x86/src/runtime/
syscall_solaris.go
81
func
syscall_close
(fd int32) int32 {
func
/prebuilts/go/linux-x86/src/runtime/
syscall_solaris.go
81
func
syscall_close
(fd int32) int32 {
func
/external/valgrind/exp-bbv/tests/amd64-linux/
ll.S
30
.equ
SYSCALL_CLOSE
, 3
199
# push $
SYSCALL_CLOSE
# close (to be correct)
/external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S
27
#.equ
SYSCALL_CLOSE
, 6
/external/valgrind/exp-bbv/tests/x86-linux/
ll.S
193
# push $
SYSCALL_CLOSE
# close (to be correct)
Completed in 168 milliseconds