musl/arch/arm
Rich Felker 5e3c243d8d inline syscall support for arm
most pure-syscall-wrapper functions compile to the smallest/simplest
code possible (save r7 ; load syscall # ; svc 0 ; restore r7 ; tail
call to __syscall_ret).
2012-09-09 01:29:19 -04:00
..
bits syscall organization overhaul 2012-09-08 22:43:14 -04:00
atomic.h remove little-endian assumption from arm atomic.h 2012-07-08 00:05:08 -04:00
pthread_arch.h use __attribute__((const)) on arm __pthread_self function 2012-02-25 02:52:18 -05:00
reloc.h typo (copy 2) in arm reloc.h 2011-10-01 00:55:16 -04:00
syscall_arch.h inline syscall support for arm 2012-09-09 01:29:19 -04:00