57e094f30a
We broke this ABI in L: https://android-review.googlesource.com/c/95071/. This ABI break is now in over half of all devices, so it's more correct to not have it than it is to have it. It's also worth noting that this was only ever in ARM and MIPS; it was never in x86. Test: make native Bug: None Change-Id: Ic58d048191f72d58fe72a2691bebbbfeda14bdf1
22 lines
527 B
Text
22 lines
527 B
Text
LIBC_O {
|
|
global:
|
|
_ZSt7nothrow; # var
|
|
_ZdaPv;
|
|
_ZdaPvRKSt9nothrow_t;
|
|
_ZdlPv;
|
|
_ZdlPvRKSt9nothrow_t;
|
|
_Znaj; # arm x86 mips
|
|
_ZnajRKSt9nothrow_t; # arm x86 mips
|
|
_Znam; # arm64 x86_64 mips64
|
|
_ZnamRKSt9nothrow_t; # arm64 x86_64 mips64
|
|
_Znwj; # arm x86 mips
|
|
_ZnwjRKSt9nothrow_t; # arm x86 mips
|
|
_Znwm; # arm64 x86_64 mips64
|
|
_ZnwmRKSt9nothrow_t; # arm64 x86_64 mips64
|
|
__cxa_guard_abort;
|
|
__cxa_guard_acquire;
|
|
__cxa_guard_release;
|
|
__cxa_pure_virtual;
|
|
local:
|
|
*;
|
|
};
|