1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-25 16:47:38 +01:00
libunwind-eh_elf/src
Dave Watson 729772149f
aarch64: tune down size of unw_context_t and unw_cursor_t (#71)
aarch64 defines a huge __reserved field in sigcontext.  Cut it down
to only the used FP fields.

unw_cursor_t can also be cut down a bit, while still maintaining some reserved space.
2018-04-10 10:55:45 -07:00
..
aarch64 aarch64: tune down size of unw_context_t and unw_cursor_t (#71) 2018-04-10 10:55:45 -07:00
arm ALIAS unwind_get_accessors 2017-12-28 09:42:16 -08:00
coredump Add port to Linux on IBM Z (s390x) 2018-01-09 07:37:55 -08:00
dwarf dwarf: do not allocate in load_debug_frame (#72) 2018-04-10 10:55:34 -07:00
hppa ALIAS unwind_get_accessors 2017-12-28 09:42:16 -08:00
ia64 ALIAS unwind_get_accessors 2017-12-28 09:42:16 -08:00
mi ALIAS unwind_get_accessors 2017-12-28 09:42:16 -08:00
mips ALIAS unwind_get_accessors 2017-12-28 09:42:16 -08:00
ppc ALIAS unwind_get_accessors 2017-12-28 09:42:16 -08:00
ppc32 Remove PROTECTED visibility 2017-12-28 08:26:42 -08:00
ppc64 ALIAS unwind_get_accessors 2017-12-28 09:42:16 -08:00
ptrace Add port to Linux on IBM Z (s390x) 2018-01-09 07:37:55 -08:00
s390x Use syscall directly in write_validate to avoid ASAN errors 2018-01-17 08:16:16 -08:00
setjmp One time whitespace fixup. 2014-09-27 09:47:23 -07:00
sh ALIAS unwind_get_accessors 2017-12-28 09:42:16 -08:00
tilegx ALIAS unwind_get_accessors 2017-12-28 09:42:16 -08:00
unwind Remove PROTECTED visibility 2017-12-28 08:26:42 -08:00
x86 ALIAS unwind_get_accessors 2017-12-28 09:42:16 -08:00
x86_64 x86_64: support for RIP in unw_get_save_loc (#66) 2018-03-06 08:04:45 -08:00
elf32.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf32.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
elf64.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf64.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
elfxx.c elfxx: store elf image pointer and size after mapping image 2017-11-09 10:23:18 -08:00
elfxx.h elf: Follow .gnu_debuglink when resolving function names 2017-03-02 08:02:14 -08:00
libunwind-generic.pc.in Add Cflags keyword to pkg-config metadata files 2013-08-26 05:40:19 -07:00
Makefile.am Add port to Linux on IBM Z (s390x) 2018-01-09 07:37:55 -08:00
os-freebsd.c Remove PROTECTED visibility 2017-12-28 08:26:42 -08:00
os-hpux.c Remove PROTECTED visibility 2017-12-28 08:26:42 -08:00
os-linux.c Remove PROTECTED visibility 2017-12-28 08:26:42 -08:00
os-linux.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
os-qnx.c Remove PROTECTED visibility 2017-12-28 08:26:42 -08:00