musl/arch/arm
Rich Felker bfa09700b9 dynamic linker: permit error returns from arch-specific reloc function
the immediate motivation is supporting TLSDESC relocations which
require allocation and thus may fail (unless we pre-allocate), but
this mechanism should also be used for throwing an error on
unsupported or invalid relocation types, and perhaps in certain cases,
for reporting when a relocation is not satisfiable.
2014-06-16 03:09:07 -04:00
..
bits add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro 2014-05-30 13:06:51 -04:00
src add some ARM EABI-specific exception handling infrastructure 2013-07-10 16:11:01 -04:00
atomic.h fix arm thread-pointer/atomic asm when compiling to thumb code 2014-04-30 15:32:11 -04:00
crt_arch.h add function types to arm crt assembly 2013-08-15 14:52:27 -04:00
pthread_arch.h fix arm thread-pointer/atomic asm when compiling to thumb code 2014-04-30 15:32:11 -04:00
reloc.h dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
syscall_arch.h fixup general __syscall breakage introduced in x32 port 2014-02-24 17:06:06 -05:00