freebsd-dev/lib/libc/arm/aeabi
Ian Lepore 677a88cec2 Add dl_unwind_find_exidx() for ARM EABI, required for C++ exception
handling.  For statically linked apps this uses the __exidx_start/end
symbols set up by the linker.  For dynamically linked apps it finds the
shared object that contains the given address and returns the location and
size of the exidx section in that shared object.

The dl_unwind_find_exidx() name is used by other BSD projects and Android,
and is mentioned in clang 3.5 comments as "the BSD interface" for finding
exidx data.  GCC (in libgcc_s) expects the exact same API and functionality
to be provided by a function named __gnu_Unwind_Find_exidx(), so we provide
that with an alias ("strong reference").

Reviewed by:	kib@
MFC after:	1 week
2014-07-19 22:13:27 +00:00
..
aeabi_atexit.c
aeabi_double.c Fix the spelling of function. 2014-03-16 14:19:46 +00:00
aeabi_float.c Fix the spelling of function. 2014-03-16 14:19:46 +00:00
aeabi_unwind_cpp.c
aeabi_unwind_exidx.c Add dl_unwind_find_exidx() for ARM EABI, required for C++ exception 2014-07-19 22:13:27 +00:00
aeabi_vfp_double.S Add an optimised version of the float and double helper functions. These 2014-03-16 13:16:30 +00:00
aeabi_vfp_float.S Add an optimised version of the float and double helper functions. These 2014-03-16 13:16:30 +00:00
aeabi_vfp.h Remove an extra 1 in an #if line 2014-03-16 14:21:09 +00:00
Makefile.inc Add dl_unwind_find_exidx() for ARM EABI, required for C++ exception 2014-07-19 22:13:27 +00:00
Symbol.map