Logo
Explore Help
Sign In
generic-library/bionic
1
0
Fork 0
You've already forked bionic
Code Issues Pull Requests Releases Wiki Activity
bionic/libc/arch-arm/syscalls/__ioctl.S

15 lines
306 B
ArmAsm
Raw Normal View History

auto import from //depot/cupcake/@135843
2009-03-03 19:28:35 -08:00
/* autogenerated by gensyscalls.py */
libc: ARM: update syscalls with new script Used the new gensyscalls.py script to update the ARM syscalls with the BEGIN(x) and END(x) macros to give size information for the code of the syscall. Useful for valgrind. Change-Id: I8c481c8928401ac110fd19b087f7d67e4db39326
2011-02-17 10:47:44 -08:00
#include <machine/asm.h>
auto import from //depot/cupcake/@135843
2009-03-03 19:28:35 -08:00
#include <sys/linux-syscalls.h>
libc: ARM: update syscalls with new script Used the new gensyscalls.py script to update the ARM syscalls with the BEGIN(x) and END(x) macros to give size information for the code of the syscall. Useful for valgrind. Change-Id: I8c481c8928401ac110fd19b087f7d67e4db39326
2011-02-17 10:47:44 -08:00
ENTRY(__ioctl)
auto import from //depot/cupcake/@135843
2009-03-03 19:28:35 -08:00
.save {r4, r7}
stmfd sp!, {r4, r7}
ldr r7, =__NR_ioctl
swi #0
ldmfd sp!, {r4, r7}
movs r0, r0
bxpl lr
b __set_syscall_errno
libc: ARM: update syscalls with new script Used the new gensyscalls.py script to update the ARM syscalls with the BEGIN(x) and END(x) macros to give size information for the code of the syscall. Useful for valgrind. Change-Id: I8c481c8928401ac110fd19b087f7d67e4db39326
2011-02-17 10:47:44 -08:00
END(__ioctl)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 45ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API