musl/arch/x32
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 namespace-protected name for sysinfo function 2014-04-15 18:16:37 -04:00
atomic.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
crt_arch.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
pthread_arch.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
reloc.h dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
syscall_arch.h fix x32 syscall arch.h timespec fixup code 2014-02-23 20:49:58 +01:00